Author: schultz
Date: Tue Dec 12 13:48:52 2023
New Revision: 1914571

URL: http://svn.apache.org/viewvc?rev=1914571&view=rev
Log:
Remove debugging-related exit.

Modified:
    tomcat/site/trunk/tools/update-version.sh

Modified: tomcat/site/trunk/tools/update-version.sh
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/tools/update-version.sh?rev=1914571&r1=1914570&r2=1914571&view=diff
==============================================================================
--- tomcat/site/trunk/tools/update-version.sh (original)
+++ tomcat/site/trunk/tools/update-version.sh Tue Dec 12 13:48:52 2023
@@ -43,7 +43,6 @@ fi
 
 MINOR_RELEASE=$( expr "${NEW_RELEASE}" : '^\([0-9]*\.[0-9]*\)' )
 MAJOR_RELEASE=$( expr "${NEW_RELEASE}" : '^\([0-9]*\)' )
-exit
 
 if [ "$DEBUG" = "1" ] ; then
   echo major=$MAJOR_RELEASE



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

Reply via email to