From: hno <> Date: Sun, 1 Sep 2002 21:47:59 +0000 (+0000) Subject: Fixes to include RELEASENOTES.html when making a new release X-Git-Tag: SQUID_3_0_PRE1~792 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cccb93e3797826442923d2f609ea08b0e6799eb0;p=thirdparty%2Fsquid.git Fixes to include RELEASENOTES.html when making a new release --- diff --git a/mkrelease.sh b/mkrelease.sh index 003be2d201..58ae366776 100755 --- a/mkrelease.sh +++ b/mkrelease.sh @@ -1,4 +1,4 @@ -#!/bin/sh -e +#!/bin/sh -ex if [ $# -ne 1 -a $# -ne 2 ]; then echo "Usage: $0 revision [destination]" exit 1 @@ -32,6 +32,7 @@ if [ ${name} != ${PACKAGE}-${VERSION} ]; then echo "${name} != ${PACKAGE}-${VERSION}" exit 1 fi +RELEASE=`echo $VERSION | cut -d. -f1,2 | cut -d- -f1` ed -s configure.in <