From 3be583ee12274ebda5393cdf65a700c8dc551160 Mon Sep 17 00:00:00 2001 From: Brett Leslie Porter Date: Tue, 10 May 2005 15:36:39 +0000 Subject: [PATCH] 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 --- m2-bootstrap-all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m2-bootstrap-all.sh b/m2-bootstrap-all.sh index 90fe05a7e5..3f2a586868 100644 --- a/m2-bootstrap-all.sh +++ b/m2-bootstrap-all.sh @@ -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