You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2018/02/04 10:51:29 UTC

maven git commit: Safe state. Needed to be checked.

Repository: maven
Updated Branches:
  refs/heads/MNG-6346-script-fix [created] 6092cefb8


Safe state. Needed to be checked.


Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/6092cefb
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/6092cefb
Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/6092cefb

Branch: refs/heads/MNG-6346-script-fix
Commit: 6092cefb8a567799add8408af812bfbbab821674
Parents: 5988085
Author: Karl Heinz Marbaise <kh...@apache.org>
Authored: Wed Jan 24 16:28:35 2018 +0100
Committer: Karl Heinz Marbaise <kh...@apache.org>
Committed: Wed Jan 24 16:28:35 2018 +0100

----------------------------------------------------------------------
 apache-maven/src/bin/mvn.cmd | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven/blob/6092cefb/apache-maven/src/bin/mvn.cmd
----------------------------------------------------------------------
diff --git a/apache-maven/src/bin/mvn.cmd b/apache-maven/src/bin/mvn.cmd
index 823ccf0..7964dd9 100644
--- a/apache-maven/src/bin/mvn.cmd
+++ b/apache-maven/src/bin/mvn.cmd
@@ -93,12 +93,12 @@ set "WDIR=%EXEC_DIR%"
 set FILE_ARG=
 :arg_loop
 if "%~1" == "-f" (
-  set "FILE_ARG=%~2"
+  set FILE_ARG="%~2"
   shift
   goto process_file_arg
 )
 if "%~1" == "--file" (
-  set "FILE_ARG=%~2"
+  set FILE_ARG="%~2"
   shift
   goto process_file_arg
 )