From beddd2bdfd4930bc1e0522fdc07a5bfe142e01e4 Mon Sep 17 00:00:00 2001 From: Matthew Jason Benson Date: Tue, 24 Feb 2004 21:01:19 +0000 Subject: [PATCH] Remove --path from cygpath command as specified by Antoine. PR: 17257 git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276156 13f79535-47bb-0310-9956-ffa450edef68 --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index cb14d2d5a..98c59f657 100755 --- a/build.sh +++ b/build.sh @@ -34,7 +34,7 @@ fi if [ "$REALANTHOME" != "" ] ; then if $cygwin; then - REALANTHOME=`cygpath --path --windows "$REALANTHOME"` + REALANTHOME=`cygpath --windows "$REALANTHOME"` fi ANT_INSTALL="-Dant.install=$REALANTHOME" else