File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 77# ---------------------------#
88# run the program #
99# ---------------------------#
10- java -cp ${JTS_LIB_DIR} /JTSTestBuilder.jar org.locationtech.jtstest.cmd.JTSOpCmd $@
10+ java -cp ${JTS_LIB_DIR} /JTSTestBuilder.jar org.locationtech.jtstest.cmd.JTSOpCmd " $@ "
Original file line number Diff line number Diff line change 1515# ---------------------------#
1616# run the program #
1717# ---------------------------#
18- java -jar ${JAVA_OPTS} ${JAVA_LOOKANDFEEL} -jar ${JTS_LIB_DIR} /JTSTestBuilder.jar ${APP_OPTS}
18+ java -jar ${JAVA_OPTS} ${JAVA_LOOKANDFEEL} -jar ${JTS_LIB_DIR} /JTSTestBuilder.jar ${APP_OPTS} " $@ "
Original file line number Diff line number Diff line change 77# ---------------------------#
88# run the program #
99# ---------------------------#
10- java -jar ${JTS_LIB_DIR} /JTSTestRunner.jar $@
10+ java -jar ${JTS_LIB_DIR} /JTSTestRunner.jar " $@ "
You can’t perform that action at this time.
0 commit comments