mirror of https://github.com/apache/maven.git
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:
parent
9deb44caaa
commit
ea8e16f26d
|
@ -22,4 +22,4 @@ echo ""
|
|||
echo THE m2 COMMMAND IS DEPRECATED - PLEASE RUN mvn INSTEAD
|
||||
echo ""
|
||||
|
||||
exec `dirname $0`/mvn $@
|
||||
exec "`dirname $0`/mvn" $@
|
||||
|
|
Loading…
Reference in New Issue