From 9d4ce4ecc1d77d185a54bbebc9b920ee84b7f0c1 Mon Sep 17 00:00:00 2001 From: Cas Cremers Date: Mon, 8 Oct 2007 14:41:17 +0200 Subject: [PATCH] Bugfix in releasescript. --- dist/releasescript | 1 + 1 file changed, 1 insertion(+) diff --git a/dist/releasescript b/dist/releasescript index 21ed082..9b9825e 100755 --- a/dist/releasescript +++ b/dist/releasescript @@ -9,6 +9,7 @@ DESCR=`git describe --tags` TAG=$1 if [ "x$TAG" != "x" ] then + FOUND=`git rev-parse $TAG` if [ "$?" -eq 0 ] then echo "Tag $TAG found."