Author: schultz
Date: Tue Dec 12 16:10:24 2023
New Revision: 1914604
URL: http://svn.apache.org/viewvc?rev=1914604&view=rev
Log:
Fix typo
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=1914604&r1=1914603&r2=1914604&view=diff
==============================================================================
--- tomcat/site/trunk/tools/update-version.sh (original)
+++ tomcat/site/trunk/tools/update-version.sh Tue Dec 12 16:10:24 2023
@@ -119,7 +119,7 @@ if [ "$OS" = "Linux" ] ; then
sed --in-place -e
"s/<td>${MINOR_RELEASE}\.[0-9]*<\/td>/<td>${NEW_RELEASE}<\/td>/"
"xdocs/whichversion.xml"
else
sed -i '' -e
"s/<td>${MINOR_RELEASE}\.[0-9]*<\/td>/<td>${NEW_RELEASE}<\/td>/"
"xdocs/whichversion.xml"
-if
+fi
# CHANGELOG
#
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]