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:
Brett Leslie Porter 2005-10-24 19:12:46 +00:00
parent acc35d3e8a
commit a9571267db
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 THE m2 COMMMAND IS DEPRECATED - PLEASE RUN mvn INSTEAD
echo "" echo ""
exec "`dirname $0`/mvn" $@ exec "`dirname "$0"`/mvn" $@