File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2121JAVA=` which java`
2222
2323# full command
24- CMD=" $JAVA -Xms2G $JVM_OPTIONS -DentityExmpansionLimit =4086000 -Djava.awt.headless=true -classpath $PATH_TO_SELF owltools.cli.CommandLineInterface"
24+ CMD=" $JAVA -Xms2G $JVM_OPTIONS -DentityExpansionLimit =4086000 -Djava.awt.headless=true -classpath $PATH_TO_SELF owltools.cli.CommandLineInterface"
2525
2626if [ $DEBUG ]
2727then
2828 echo $CMD " $@ "
2929fi
3030
3131# Run
32- exec " $JAVA " -Xms2G $JVM_OPTIONS -DentityExmpansionLimit =4086000 -Djava.awt.headless=true -classpath $PATH_TO_SELF owltools.cli.CommandLineInterface " $@ "
32+ exec " $JAVA " -Xms2G $JVM_OPTIONS -DentityExpansionLimit =4086000 -Djava.awt.headless=true -classpath $PATH_TO_SELF owltools.cli.CommandLineInterface " $@ "
3333
3434exit 1
You can’t perform that action at this time.
0 commit comments