Author: rjung
Date: Sat Oct 31 16:36:10 2015
New Revision: 1711651
URL: http://svn.apache.org/viewvc?rev=1711651&view=rev
Log:
Fix typo in new shell expression.
Thanks Konstantin.
Modified:
tomcat/native/trunk/native/buildconf
Modified: tomcat/native/trunk/native/buildconf
URL:
http://svn.apache.org/viewvc/tomcat/native/trunk/native/buildconf?rev=1711651&r1=1711650&r2=1711651&view=diff
==============================================================================
--- tomcat/native/trunk/native/buildconf (original)
+++ tomcat/native/trunk/native/buildconf Sat Oct 31 16:36:10 2015
@@ -97,7 +97,7 @@ VERSION=`echo $REVISION | sed -e 's/-.*/
# Strip everything before "-"
RELEASE=`echo $REVISION | sed -e 's/.*-//'`
# Handle case of no "-" in REVISION
-if [ "x$RELEASE" = "xREVISION" ]; then
+if [ "x$RELEASE" = "x$REVISION" ]; then
RELEASE=1
fi
echo "Using version '$VERSION' and release '$RELEASE' in RPM spec file"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]