You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kk...@apache.org on 2014/08/12 01:37:57 UTC

svn commit: r1617383 - /tomcat/trunk/bin/setclasspath.bat

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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org