Commit c5af34be authored by Andy Wilkinson's avatar Andy Wilkinson

Merge pull request #7535 from Pei-Tang Huang

* gh-7535:
  Quote $jarfile when creating arguments in launch script
parents d9bd2110 5a5e2db1
......@@ -133,7 +133,7 @@ else
exit 1
fi
arguments=(-Dsun.misc.URLClassPath.disableJarChecking=true $JAVA_OPTS -jar $jarfile $RUN_ARGS "$@")
arguments=(-Dsun.misc.URLClassPath.disableJarChecking=true $JAVA_OPTS -jar "$jarfile" $RUN_ARGS "$@")
# Action functions
start() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment