From d35418012b36431eb9e75122ad41fb1318ffbae3 Mon Sep 17 00:00:00 2001 From: Amir Hooshangi Date: Fri, 10 Jul 2015 16:41:23 +0430 Subject: [PATCH] fg42 shell script modified to use pwd not absolut path --- fg42 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fg42 b/fg42 index b4b7bf8..c366303 100755 --- a/fg42 +++ b/fg42 @@ -1,7 +1,7 @@ #! /bin/sh #export FG42_HOME=--PATH-- -export FG42_HOME=$HOME/src/FG42/FG42 +export FG42_HOME=`pwd` #emacs -Q --no-splash --name FG42 --title FG42 -q -l --PATH--/fg42-config.el "$@" emacs --name FG42 -Q -q --no-splash --title FG42 -l $FG42_HOME/fg42-config.el "$@"