summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorAntoine Levy-Lambert <antoine@apache.org>2003-04-15 19:56:20 +0000
committerAntoine Levy-Lambert <antoine@apache.org>2003-04-15 19:56:20 +0000
commit8e96b7d8394bbca9d4296bb641ee55c61273027c (patch)
tree1eb15da48a1f696e9a6fbd784657e1b711b02432 /build.sh
parent2807da85ed8fe41cf97162b4642cc3451d7a7db3 (diff)
downloadant-8e96b7d8394bbca9d4296bb641ee55c61273027c.tar.gz
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
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/build.sh b/build.sh
index 63e2ea859..29f551074 100755
--- a/build.sh
+++ b/build.sh
@@ -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"