From 51b5b08a09f00f3e47bb96241eb1d75364361d0c Mon Sep 17 00:00:00 2001 From: Matthew Jason Benson Date: Tue, 2 Mar 2004 21:57:42 +0000 Subject: [PATCH] Fix typo. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276185 13f79535-47bb-0310-9956-ffa450edef68 --- src/script/ant | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/script/ant b/src/script/ant index f00124342..4f28a909b 100644 --- a/src/script/ant +++ b/src/script/ant @@ -259,7 +259,7 @@ if $cygwin; then esac case "$LOCALCLASSPATH" in *\\ ) - LOCALCLASSPATH="LOCALCLASSPATH\\" + LOCALCLASSPATH="$LOCALCLASSPATH\\" ;; esac case "$CLASSPATH" in