Minor cleanup in linux launcher scripts

This commit is contained in:
Vhati 2013-11-28 23:27:30 -05:00
parent 8896cd8c68
commit a44a48ae4e
2 changed files with 6 additions and 6 deletions

View file

@ -7,5 +7,5 @@ else
maindir=$PWD/$(dirname "$0");
fi
cd "${maindir}"
java -jar modman.jar "$@"
cd "${maindir}";
java -jar modman.jar "$@";