mirror of https://github.com/apache/maven.git
PR: MNG-372
not a series of paths git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@169486 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e0b2aea99e
commit
3be583ee12
|
@ -15,7 +15,7 @@ esac
|
|||
|
||||
# For Cygwin, ensure paths are in UNIX format before anything is touched
|
||||
if $cygwin ; then
|
||||
[ -n "$M2_HOME" ] && M2_HOME=`cygpath -pw "$M2_HOME"`
|
||||
[ -n "$M2_HOME" ] && M2_HOME=`cygpath -w "$M2_HOME"`
|
||||
fi
|
||||
|
||||
if [ ! -z "$M2_HOME" ]; then
|
||||
|
|
Loading…
Reference in New Issue