Skip to content

Commit

Permalink
Properly escape command line arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
snicoll committed Oct 7, 2015
1 parent a314982 commit 4ccbca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spring-boot-cli/src/main/executablecontent/bin/spring
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,4 @@ if $cygwin; then
CLASSPATH=`cygpath --path --mixed "$CLASSPATH"`
fi

"${JAVA_HOME}/bin/java" ${JAVA_OPTS} -cp "$CLASSPATH" org.springframework.boot.loader.JarLauncher $*
"${JAVA_HOME}/bin/java" ${JAVA_OPTS} -cp "$CLASSPATH" org.springframework.boot.loader.JarLauncher "$@"

0 comments on commit 4ccbca2

Please sign in to comment.