From 83dc385bd01fbc8ee2fb166b9a5605bdc6958d76 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Wed, 20 Feb 2002 12:35:42 +0000 Subject: [PATCH] Switch CLASSPATH back to Windows format in Cygwin. Submitted by: Jeppe N. Madsen git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271452 13f79535-47bb-0310-9956-ffa450edef68 --- src/script/ant | 1 + 1 file changed, 1 insertion(+) diff --git a/src/script/ant b/src/script/ant index 1f012bf13..b45ce3b56 100644 --- a/src/script/ant +++ b/src/script/ant @@ -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