Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.0
-
None
-
None
-
Windows XP, Cygwin
Description
The bin/m2 script breaks under cygwin if the m2 home has spaces in the path. Quick fix:
25c25
< exec `dirname $0`/mvn $@
—
> exec "`dirname "$0"`/mvn" $@
Attachments
Attachments
Issue Links
- relates to
-
MNG-5823 mvnDebug doesn't work with M2_HOME with spaces - missing quotes
- Closed