Browse Source

Switch CLASSPATH back to Windows format in Cygwin.

Submitted by:	Jeppe N. Madsen <jeppenm@worldonline.dk>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271452 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 23 years ago
parent
commit
83dc385bd0
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/script/ant

+ 1
- 0
src/script/ant View File

@@ -139,6 +139,7 @@ fi
if $cygwin; then
ANT_HOME=`cygpath --path --windows "$ANT_HOME"`
JAVA_HOME=`cygpath --path --windows "$JAVA_HOME"`
CLASSPATH=`cygpath --path --windows "$CLASSPATH"`
LOCALCLASSPATH=`cygpath --path --windows "$LOCALCLASSPATH"`
fi



Loading…
Cancel
Save