You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by br...@apache.org on 2005/10/18 23:00:50 UTC

svn commit: r326239 - /maven/components/tags/maven-2.0/maven-core/src/bin/m2.bat

Author: brett
Date: Tue Oct 18 14:00:49 2005
New Revision: 326239

URL: http://svn.apache.org/viewcvs?rev=326239&view=rev
Log:
fix the m2.bat wrapper

Modified:
    maven/components/tags/maven-2.0/maven-core/src/bin/m2.bat

Modified: maven/components/tags/maven-2.0/maven-core/src/bin/m2.bat
URL: http://svn.apache.org/viewcvs/maven/components/tags/maven-2.0/maven-core/src/bin/m2.bat?rev=326239&r1=326238&r2=326239&view=diff
==============================================================================
--- maven/components/tags/maven-2.0/maven-core/src/bin/m2.bat (original)
+++ maven/components/tags/maven-2.0/maven-core/src/bin/m2.bat Tue Oct 18 14:00:49 2005
@@ -20,5 +20,5 @@
 echo THE m2 COMMMAND IS DEPRECATED - PLEASE RUN mvn INSTEAD
 echo.
 
-%~dps0/mvn %*
+%~dps0\mvn %*