Skip to content

Commit 043207b

Browse files
committed
Quote passed parameters
This allows for spaces in the parameters to get parsed correctly.
1 parent bd22218 commit 043207b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Support/bin/java_compile_and_run.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ then
3636
CLASS="$TM_JAVA_PACKAGE.$CLASS"
3737
fi
3838

39-
CLASSPATH="$output:$CLASSPATH" "$TM_JAVA" -Dfile.encoding=utf-8 "$CLASS" $@;
39+
CLASSPATH="$output:$CLASSPATH" "$TM_JAVA" -Dfile.encoding=utf-8 "$CLASS" "$@";
4040
exit $?;

0 commit comments

Comments
 (0)