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