forked from phoedos/pmd
Fix run.sh for paths with spaces
When redirecting arguments, "$@" must be used.
This commit is contained in:
parent
ecdcc20bda
commit
429e1a91a1
@ -123,4 +123,4 @@ cygwin_paths
|
||||
|
||||
java_heapsize_settings
|
||||
|
||||
java ${HEAPSIZE} -cp "${classpath}" "${CLASSNAME}" ${@}
|
||||
java ${HEAPSIZE} -cp "${classpath}" "${CLASSNAME}" "$@"
|
||||
|
Loading…
x
Reference in New Issue
Block a user