remove useless error in build script

Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
This commit is contained in:
Nico Schottelius 2014-03-19 18:58:54 +01:00
parent 2b03ccd776
commit 9a79cec140
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ eof
release-git-tag)
target_version=$($0 changelog-version)
if git rev-parse --verify refs/tags/$target_version; then
if git rev-parse --verify refs/tags/$target_version 2>/dev/null; then
echo "Tag for $target_version exists, aborting"
exit 1
fi