PR: MNG-1244

Submitted by: Mark Hobson
make m2 wrapper script work under cygwin when there are spaces in the path


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@327899 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-10-24 01:10:00 +00:00
parent 9deb44caaa
commit ea8e16f26d
1 changed files with 1 additions and 1 deletions

View File

@ -22,4 +22,4 @@ echo ""
echo THE m2 COMMMAND IS DEPRECATED - PLEASE RUN mvn INSTEAD
echo ""
exec `dirname $0`/mvn $@
exec "`dirname $0`/mvn" $@