Skip to content

Commit

Permalink
Remove --path from cygpath command as specified by Antoine.
Browse files Browse the repository at this point in the history
PR:  17257


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276156 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
mbenson committed Feb 24, 2004
1 parent 41ce346 commit 07bc561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 07bc561

Please sign in to comment.