Author: bodewig
Date: Mon Sep 28 14:27:24 2009
New Revision: 819556

URL: http://svn.apache.org/viewvc?rev=819556&view=rev
Log:
Syntax error.  PR 47911

Modified:
    ant/core/trunk/src/script/ant.bat

Modified: ant/core/trunk/src/script/ant.bat
URL: 
http://svn.apache.org/viewvc/ant/core/trunk/src/script/ant.bat?rev=819556&r1=819555&r2=819556&view=diff
==============================================================================
--- ant/core/trunk/src/script/ant.bat (original)
+++ ant/core/trunk/src/script/ant.bat Mon Sep 28 14:27:24 2009
@@ -80,7 +80,7 @@
 
 :doneStart
 
-if _USE_CLASSPATH==no goto findAntHome
+if "%_USE_CLASSPATH%"=="no" goto findAntHome
 
 :stripClasspath
 if not _%CLASSPATH:~-1%==_\ goto findAntHome


Reply via email to