fix bad quoting introduced

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163786 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-04-05 09:33:12 +00:00
parent 7f02f62da8
commit b979b19957
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ if $cygwin ; then
fi
if [ ! -z "$M2_HOME" ]; then
jvm_args=$jvm_args "-Dmaven.home=$M2_HOME"
jvm_args="$jvm_args -Dmaven.home=$M2_HOME"
fi
java $jvm_args -cp "$cp" $verifier