Skip to content

Commit

Permalink
Fixed arguments passing
Browse files Browse the repository at this point in the history
  • Loading branch information
ishubin committed Mar 24, 2014
1 parent 4e8d2b7 commit aa1e44e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion galen
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
set -e
java -cp "$DIR/galen.jar:lib/*:libs/*" net.mindengine.galen.GalenMain $@
java -cp "$DIR/galen.jar:lib/*:libs/*" net.mindengine.galen.GalenMain "$@"

0 comments on commit aa1e44e

Please sign in to comment.