You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2018/07/03 16:14:58 UTC

svn commit: r1835001 - in /tomcat/trunk/bin: makebase.bat makebase.sh

Author: markt
Date: Tue Jul  3 16:14:58 2018
New Revision: 1835001

URL: http://svn.apache.org/viewvc?rev=1835001&view=rev
Log:
Align / correct comments

Modified:
    tomcat/trunk/bin/makebase.bat
    tomcat/trunk/bin/makebase.sh

Modified: tomcat/trunk/bin/makebase.bat
URL: http://svn.apache.org/viewvc/tomcat/trunk/bin/makebase.bat?rev=1835001&r1=1835000&r2=1835001&view=diff
==============================================================================
--- tomcat/trunk/bin/makebase.bat (original)
+++ tomcat/trunk/bin/makebase.bat Tue Jul  3 16:14:58 2018
@@ -65,7 +65,7 @@ if exist %BASE_TGT% (
     mkdir %BASE_TGT%
 )
 
-rem create empty directories for bin, lib, logs, temp, webapps, and work
+rem create empty directories
 for %%d in (bin, lib, logs, temp, webapps, work) do (
     mkdir "%BASE_TGT%\%%d"
 )

Modified: tomcat/trunk/bin/makebase.sh
URL: http://svn.apache.org/viewvc/tomcat/trunk/bin/makebase.sh?rev=1835001&r1=1835000&r2=1835001&view=diff
==============================================================================
--- tomcat/trunk/bin/makebase.sh (original)
+++ tomcat/trunk/bin/makebase.sh Tue Jul  3 16:14:58 2018
@@ -68,7 +68,7 @@ fi
 
 for dir in bin lib logs temp webapps work;
 do
-    # copy directory with permissions and delete contents if any
+    # create empty directories
     mkdir "${BASE_TGT}/${dir}"
 done
 



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