antoine 2003/04/15 12:56:20
Modified: . build.sh
Log:
fix bugrep 17257 build.sh install problem under cygwin
Revision Changes Path
1.32 +3 -0 ant/build.sh
Index: build.sh
===================================================================
RCS file: /home/cvs/ant/build.sh,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- build.sh 18 Feb 2003 14:34:36 -0000 1.31
+++ build.sh 15 Apr 2003 19:56:20 -0000 1.32
@@ -54,6 +54,9 @@
if [ "$REALANTHOME" != "" ] ; then
+ if $cygwin; then
+ REALANTHOME=`cygpath --path --windows "$REALANTHOME"`
+ fi
ANT_INSTALL="-Dant.install=$REALANTHOME"
else
ANT_INSTALL="-emacs"