Skip to content

Commit a81c162

Browse files
authored
OPENNLP-1687: Remove quotes around $HEAP in opennlp tools shell script (#734)
Signed-off-by: Rui Chen <[email protected]>
1 parent b690315 commit a81c162

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opennlp-distr/src/main/bin/opennlp

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ if [ -n "$JAVA_HEAP" ] ; then
5858
HEAP="-Xmx$JAVA_HEAP"
5959
fi
6060

61-
$JAVACMD "$HEAP" -Dlog4j.configurationFile="$OPENNLP_HOME/conf/log4j2.xml" -cp "$CLASSPATH" opennlp.tools.cmdline.CLI "$@"
61+
$JAVACMD $HEAP -Dlog4j.configurationFile="$OPENNLP_HOME/conf/log4j2.xml" -cp "$CLASSPATH" opennlp.tools.cmdline.CLI "$@"

0 commit comments

Comments
 (0)