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