mirror of https://github.com/apache/maven.git
PR: MNG-1244
Submitted by: Mark Hobson Final fix for paths with spaces in the executable git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@328137 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
acc35d3e8a
commit
a9571267db
|
@ -22,4 +22,4 @@ echo ""
|
||||||
echo THE m2 COMMMAND IS DEPRECATED - PLEASE RUN mvn INSTEAD
|
echo THE m2 COMMMAND IS DEPRECATED - PLEASE RUN mvn INSTEAD
|
||||||
echo ""
|
echo ""
|
||||||
|
|
||||||
exec "`dirname $0`/mvn" $@
|
exec "`dirname "$0"`/mvn" $@
|
||||||
|
|
Loading…
Reference in New Issue