Minor cleanup in linux launcher scripts
This commit is contained in:
parent
8896cd8c68
commit
a44a48ae4e
2 changed files with 6 additions and 6 deletions
|
@ -7,5 +7,5 @@ else
|
|||
maindir=$PWD/$(dirname "$0");
|
||||
fi
|
||||
|
||||
cd "${maindir}"
|
||||
java -jar modman.jar "$@"
|
||||
cd "${maindir}";
|
||||
java -jar modman.jar "$@";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue