Browse Source

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
master
Matthew Jason Benson 21 years ago
parent
commit
beddd2bdfd
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      build.sh

+ 1
- 1
build.sh View File

@@ -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


Loading…
Cancel
Save