PR: MNG-1317

Use ~dp0 since ~dps0 is broken, and add double
quotes since the path now can contain spaces.



git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@382797 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Kenney Westerhof 2006-03-03 13:09:17 +00:00
parent d201131b59
commit 16f876c2f3

View File

@ -20,5 +20,5 @@ echo.
echo THE m2 COMMMAND IS DEPRECATED - PLEASE RUN mvn INSTEAD
echo.
%~dps0\mvn %*
"%~dp0\mvn" %*