Merge branch '1.4.x' into 1.5.x

pull/7560/head
Andy Wilkinson 8 years ago
commit 0df03a95f0

@ -132,7 +132,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() {

Loading…
Cancel
Save