From da28d984c8ea3d4fe51520aa1c768f4322e817e2 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Fri, 24 Feb 2006 10:12:30 +0100 Subject: [PATCH] Changed release.sh to remind me of changing the versoin number... --- release.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/release.sh b/release.sh index f5e5642..ac8303a 100755 --- a/release.sh +++ b/release.sh @@ -3,6 +3,9 @@ if [ $# -ne 1 ]; then exit 23 fi +echo "Did you change version and date information in the script?" +read bla + NAME=$1 TARNAME=${NAME}.tar.bz2