Bugfix in releasescript.
This commit is contained in:
parent
f2d4b56c11
commit
9d4ce4ecc1
1
dist/releasescript
vendored
1
dist/releasescript
vendored
@ -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."
|
||||
|
Loading…
Reference in New Issue
Block a user