m2.bat no longer exists

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@496588 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Carlos Sanchez Gonzalez 2007-01-16 05:04:25 +00:00
parent 09f3b3fbba
commit 6b39882779
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ echo.
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.