From: Amos Jeffries Date: Sun, 6 Sep 2015 13:10:21 +0000 (-0700) Subject: Maintenance: use SGML for release checks after rev.13896 X-Git-Tag: SQUID_3_5_9~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45f6ddcb27f89456a12629fd78bf15b1469ccca8;p=thirdparty%2Fsquid.git Maintenance: use SGML for release checks after rev.13896 --- diff --git a/mkrelease.sh b/mkrelease.sh index f0fa5635c2..d7e97d4cc0 100755 --- a/mkrelease.sh +++ b/mkrelease.sh @@ -61,7 +61,7 @@ if [ ${name} != ${PACKAGE}-${VERSION} ]; then exit 1 fi RELEASE=`echo $VERSION | cut -d. -f1,2 | cut -d- -f1` -NOTES_VERSION=`grep "$VERSION" doc/release-notes/release-${RELEASE}.html` +NOTES_VERSION=`grep "$VERSION" doc/release-notes/release-${RELEASE}.sgml` if test "x$NOTES_VERSION" = "x"; then echo "ERROR! Release Notes HTML version numbers do not match!" exit 1