From 8b99dcc104140fa9d5a7971244171bcc67f98108 Mon Sep 17 00:00:00 2001 From: Thierry Volpiatto Date: Mon, 18 Aug 2014 18:19:43 +0200 Subject: * emacs-helm.sh: Avoid dependency to readlink by using emacs to resolve symlink (#591). --- emacs-helm.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'emacs-helm.sh') diff --git a/emacs-helm.sh b/emacs-helm.sh index 3bfc6d66..b59299ca 100755 --- a/emacs-helm.sh +++ b/emacs-helm.sh @@ -23,7 +23,6 @@ # Run it from this directory. TMP="/tmp/helm-cfg.el" -LOADPATH=$(readlink -f $0 | xargs dirname) EMACS=emacs case $1 in @@ -62,7 +61,7 @@ cat > $TMP <