Bugfix in releasescript.

This commit is contained in:
Cas Cremers 2007-10-08 14:41:17 +02:00
parent f2d4b56c11
commit 9d4ce4ecc1

1
dist/releasescript vendored
View File

@ -9,6 +9,7 @@ DESCR=`git describe --tags`
TAG=$1 TAG=$1
if [ "x$TAG" != "x" ] if [ "x$TAG" != "x" ]
then then
FOUND=`git rev-parse $TAG`
if [ "$?" -eq 0 ] if [ "$?" -eq 0 ]
then then
echo "Tag $TAG found." echo "Tag $TAG found."