Skip to content

Commit

Permalink
Merge pull request #25 from NeuroML/borismarin-patch-1
Browse files Browse the repository at this point in the history
Updated arg handling in shell script. Fixes #24.
  • Loading branch information
pgleeson committed Jul 10, 2015
2 parents 7592433 + 5720dd7 commit 2ce6b53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jnml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ if [ -n "$JNML_MAX_MEMORY_LOCAL" ]; then
export JNML_MAX_MEMORY=$JNML_MAX_MEMORY_LOCAL
fi

java -Xmx$JNML_MAX_MEMORY -classpath $CLASSPATH org.neuroml.JNeuroML $*
java -Xmx$JNML_MAX_MEMORY -classpath $CLASSPATH org.neuroml.JNeuroML ${1+"$@"}

0 comments on commit 2ce6b53

Please sign in to comment.