Skip to content

Commit

Permalink
Merge pull request #281 from owlcollab/balhoff-patch-1
Browse files Browse the repository at this point in the history
Correction to typo.
  • Loading branch information
balhoff authored Apr 5, 2019
2 parents dbd5871 + 5f2be57 commit 3c7f746
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions OWLTools-Runner/bin/owltools.script
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ fi
JAVA=`which java`

# full command
CMD="$JAVA -Xms2G $JVM_OPTIONS -DentityExmpansionLimit=4086000 -Djava.awt.headless=true -classpath $PATH_TO_SELF owltools.cli.CommandLineInterface"
CMD="$JAVA -Xms2G $JVM_OPTIONS -DentityExpansionLimit=4086000 -Djava.awt.headless=true -classpath $PATH_TO_SELF owltools.cli.CommandLineInterface"

if [ $DEBUG ]
then
echo $CMD "$@"
fi

# Run
exec "$JAVA" -Xms2G $JVM_OPTIONS -DentityExmpansionLimit=4086000 -Djava.awt.headless=true -classpath $PATH_TO_SELF owltools.cli.CommandLineInterface "$@"
exec "$JAVA" -Xms2G $JVM_OPTIONS -DentityExpansionLimit=4086000 -Djava.awt.headless=true -classpath $PATH_TO_SELF owltools.cli.CommandLineInterface "$@"

exit 1

0 comments on commit 3c7f746

Please sign in to comment.