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 2013/10/13 14:15:10 UTC

svn commit: r1531673 - /tomcat/trunk/bin/catalina.bat

Author: kkolinko
Date: Sun Oct 13 12:15:10 2013
New Revision: 1531673

URL: http://svn.apache.org/r1531673
Log:
For https://issues.apache.org/bugzilla/show_bug.cgi?id=55620
Correct a copy-paste typo in r1530890

Modified:
    tomcat/trunk/bin/catalina.bat

Modified: tomcat/trunk/bin/catalina.bat
URL: http://svn.apache.org/viewvc/tomcat/trunk/bin/catalina.bat?rev=1531673&r1=1531672&r2=1531673&view=diff
==============================================================================
--- tomcat/trunk/bin/catalina.bat (original)
+++ tomcat/trunk/bin/catalina.bat Sun Oct 13 12:15:10 2013
@@ -145,7 +145,7 @@ goto end
 
 if "%CATALINA_BASE%" == "%CATALINA_BASE:;=%" goto baseNoSemicolon
 echo Using CATALINA_BASE:   "%CATALINA_BASE%"
-echo Unable to start as CATALINA_HOME contains a semicolon (;) character
+echo Unable to start as CATALINA_BASE contains a semicolon (;) character
 goto end
 :baseNoSemicolon
 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org