mirror of https://github.com/apache/maven.git
Fix typo
This commit is contained in:
parent
83d12ec075
commit
e1613568ee
|
@ -108,7 +108,7 @@ if $cygwin ; then
|
|||
CLASSPATH=`cygpath --path --unix "$CLASSPATH"`
|
||||
fi
|
||||
|
||||
# For Migwn, ensure paths are in UNIX format before anything is touched
|
||||
# For Mingw, ensure paths are in UNIX format before anything is touched
|
||||
if $mingw ; then
|
||||
[ -n "$M2_HOME" ] &&
|
||||
M2_HOME="`(cd "$M2_HOME"; pwd)`"
|
||||
|
|
Loading…
Reference in New Issue