Changed release.sh to remind me of changing the versoin number...
This commit is contained in:
parent
acc5db288b
commit
da28d984c8
1 changed files with 3 additions and 0 deletions
|
@ -3,6 +3,9 @@ if [ $# -ne 1 ]; then
|
||||||
exit 23
|
exit 23
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
echo "Did you change version and date information in the script?"
|
||||||
|
read bla
|
||||||
|
|
||||||
NAME=$1
|
NAME=$1
|
||||||
TARNAME=${NAME}.tar.bz2
|
TARNAME=${NAME}.tar.bz2
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue