fixed 70218af1c1 in case comand line

contains spaces
This commit is contained in:
Hervé Boutemy 2013-11-24 19:50:10 +01:00
parent 65c135d529
commit 07fecbd9e6
2 changed files with 4 additions and 2 deletions

View File

@ -184,7 +184,8 @@ fi
# Provide a "standardized" way to retrieve the CLI args that will
# work with both Windows and non-Windows executions.
export MAVEN_CMD_LINE_ARGS="$@"
MAVEN_CMD_LINE_ARGS="$@"
export MAVEN_CMD_LINE_ARGS
exec "$JAVACMD" \
$MAVEN_OPTS \

View File

@ -188,7 +188,8 @@ fi
# Provide a "standardized" way to retrieve the CLI args that will
# work with both Windows and non-Windows executions.
export MAVEN_CMD_LINE_ARGS="$@"
MAVEN_CMD_LINE_ARGS="$@"
export MAVEN_CMD_LINE_ARGS
exec "$JAVACMD" \
$MAVEN_OPTS \