Fix run.sh for paths with spaces

When redirecting arguments, "$@" must be used.
This commit is contained in:
Juan Pablo Civile 2015-06-05 18:51:20 -03:00
parent ecdcc20bda
commit 429e1a91a1

View File

@ -123,4 +123,4 @@ cygwin_paths
java_heapsize_settings
java ${HEAPSIZE} -cp "${classpath}" "${CLASSNAME}" ${@}
java ${HEAPSIZE} -cp "${classpath}" "${CLASSNAME}" "$@"