From 5edb2be598591d8335727a751f4b457f1026bf2c Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Mon, 28 Sep 2009 14:27:24 +0000 Subject: [PATCH] Syntax error. PR 47911 git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@819556 13f79535-47bb-0310-9956-ffa450edef68 --- src/script/ant.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/script/ant.bat b/src/script/ant.bat index 6d57c81ea..be7cb0198 100755 --- a/src/script/ant.bat +++ b/src/script/ant.bat @@ -80,7 +80,7 @@ rem and for NT handling to skip to. :doneStart -if _USE_CLASSPATH==no goto findAntHome +if "%_USE_CLASSPATH%"=="no" goto findAntHome :stripClasspath if not _%CLASSPATH:~-1%==_\ goto findAntHome