Merge pull request #2 from AmirHooshangi/master

fg42 shell script modified to use pwd not absolut path
This commit is contained in:
Sameer Rahmani 2015-07-10 16:56:01 +04:30
commit 7103a47f80
1 changed files with 1 additions and 1 deletions

2
fg42
View File

@ -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 "$@"