Author: kkolinko Date: Mon Aug 11 23:37:57 2014 New Revision: 1617383 URL: http://svn.apache.org/r1617383 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56829 Review of r1617362. Correct a copy-paste in condition.
Modified: tomcat/trunk/bin/setclasspath.bat Modified: tomcat/trunk/bin/setclasspath.bat URL: http://svn.apache.org/viewvc/tomcat/trunk/bin/setclasspath.bat?rev=1617383&r1=1617382&r2=1617383&view=diff ============================================================================== --- tomcat/trunk/bin/setclasspath.bat (original) +++ tomcat/trunk/bin/setclasspath.bat Mon Aug 11 23:37:57 2014 @@ -80,7 +80,7 @@ set _RUNJAVA="%JRE_HOME%\bin\java" rem Don't override _RUNJDB if the user has set it previously rem Also note the quoting as JAVA_HOME may contain spaces. -if not "%_RUNJAVA%" == "" goto gotRunJdb +if not "%_RUNJDB%" == "" goto gotRunJdb set _RUNJDB="%JAVA_HOME%\bin\jdb" :gotRunJdb --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org