Browse Source

fix bugrep 17257 build.sh install problem under cygwin

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274468 13f79535-47bb-0310-9956-ffa450edef68
master
Antoine Levy-Lambert 22 years ago
parent
commit
8e96b7d839
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      build.sh

+ 3
- 0
build.sh View File

@@ -54,6 +54,9 @@ export CLASSPATH


if [ "$REALANTHOME" != "" ] ; then
if $cygwin; then
REALANTHOME=`cygpath --path --windows "$REALANTHOME"`
fi
ANT_INSTALL="-Dant.install=$REALANTHOME"
else
ANT_INSTALL="-emacs"


Loading…
Cancel
Save