Author: markt
Date: Tue Aug 12 08:23:12 2014
New Revision: 1617433

URL: http://svn.apache.org/r1617433
Log:
Fix copy/paste error spotted by kkolinko

Modified:
    tomcat/tc7.0.x/trunk/   (props changed)
    tomcat/tc7.0.x/trunk/bin/setclasspath.bat

Propchange: tomcat/tc7.0.x/trunk/
------------------------------------------------------------------------------
  Merged /tomcat/trunk:r1617383

Modified: tomcat/tc7.0.x/trunk/bin/setclasspath.bat
URL: 
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/bin/setclasspath.bat?rev=1617433&r1=1617432&r2=1617433&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/bin/setclasspath.bat (original)
+++ tomcat/tc7.0.x/trunk/bin/setclasspath.bat Tue Aug 12 08:23:12 2014
@@ -80,7 +80,7 @@ set _RUNJAVA="%JRE_HOME%\bin\java"
 :gotRunJava
 
 rem Don't override _RUNJDB if the user has set it previously
-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

Reply via email to