Repository: maven
Updated Branches:
  refs/heads/master f2a8a4580 -> c188a1955


[MNG-5823] mvnDebug doesn't work with M2_HOME with spaces - missing quotes

o Updated to add missing quotes.


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

Branch: refs/heads/master
Commit: c188a195562695454a244cb2a9b374d22d1812d5
Parents: f2a8a45
Author: Christian Schulte <schu...@apache.org>
Authored: Sat Dec 19 18:06:23 2015 +0100
Committer: Christian Schulte <schu...@apache.org>
Committed: Sat Dec 19 18:06:23 2015 +0100

----------------------------------------------------------------------
 apache-maven/src/bin/mvnDebug | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven/blob/c188a195/apache-maven/src/bin/mvnDebug
----------------------------------------------------------------------
diff --git a/apache-maven/src/bin/mvnDebug b/apache-maven/src/bin/mvnDebug
index d5e88aa..caf0b45 100755
--- a/apache-maven/src/bin/mvnDebug
+++ b/apache-maven/src/bin/mvnDebug
@@ -38,4 +38,4 @@ MAVEN_DEBUG_OPTS="-Xdebug 
-Xrunjdwp:transport=dt_socket,server=y,suspend=y,addre
 
 echo Preparing to Execute Maven in Debug Mode
 
-env MAVEN_OPTS="$MAVEN_OPTS" MAVEN_DEBUG_OPTS="$MAVEN_DEBUG_OPTS" `dirname 
$0`/mvn "$@"
+env MAVEN_OPTS="$MAVEN_OPTS" MAVEN_DEBUG_OPTS="$MAVEN_DEBUG_OPTS" "`dirname 
"$0"`/mvn" "$@"

Reply via email to