You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ca...@apache.org on 2007/01/16 06:04:26 UTC

svn commit: r496588 - /maven/components/trunk/maven-cli/src/bin/mvn.bat

Author: carlos
Date: Mon Jan 15 21:04:25 2007
New Revision: 496588

URL: http://svn.apache.org/viewvc?view=rev&rev=496588
Log:
m2.bat no longer exists

Modified:
    maven/components/trunk/maven-cli/src/bin/mvn.bat

Modified: maven/components/trunk/maven-cli/src/bin/mvn.bat
URL: http://svn.apache.org/viewvc/maven/components/trunk/maven-cli/src/bin/mvn.bat?view=diff&rev=496588&r1=496587&r2=496588
==============================================================================
--- maven/components/trunk/maven-cli/src/bin/mvn.bat (original)
+++ maven/components/trunk/maven-cli/src/bin/mvn.bat Mon Jan 15 21:04:25 2007
@@ -78,7 +78,7 @@
 goto error
 
 :valMHome
-if exist "%M2_HOME%\bin\m2.bat" goto init
+if exist "%M2_HOME%\bin\mvn.bat" goto init
 
 echo.
 echo ERROR: M2_HOME is set to an invalid directory.