You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by is...@apache.org on 2018/10/24 05:29:54 UTC

svn commit: r1844724 - /tomcat/trunk/bin/makebase.bat

Author: isapir
Date: Wed Oct 24 05:29:54 2018
New Revision: 1844724

URL: http://svn.apache.org/viewvc?rev=1844724&view=rev
Log:
Fixed empty line on Windows makebase script

Modified:
    tomcat/trunk/bin/makebase.bat

Modified: tomcat/trunk/bin/makebase.bat
URL: http://svn.apache.org/viewvc/tomcat/trunk/bin/makebase.bat?rev=1844724&r1=1844723&r2=1844724&view=diff
==============================================================================
--- tomcat/trunk/bin/makebase.bat (original)
+++ tomcat/trunk/bin/makebase.bat Wed Oct 24 05:29:54 2018
@@ -99,16 +99,16 @@ robocopy %CATALINA_HOME%\bin %BASE_TGT%\
 
 echo Created CATALINA_BASE directory at %BASE_TGT%
 
-echo
+echo.
 echo You can launch the new instance by running:
 echo     set CATALINA_HOME=%CATALINA_HOME%
 echo     set CATALINA_BASE=%BASE_TGT%
 echo     %%CATALINA_HOME%%/bin/catalina.bat run
 
-echo
+echo.
 echo Attention: The ports in conf\server.xml might be bound by a
 echo     different instance. Please review your config files
 echo     and update them where necessary.
-echo
+echo.
 
 :EOF



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