git-sh-setup: die if outside git repository.
[git.git] / git-verify-tag.sh
index ed4c893..3c65f4a 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/sh
-. git-sh-setup || die "Not a git archive"
+. git-sh-setup
 
 type="$(git-cat-file -t "$1" 2>/dev/null)" ||
        die "$1: no such object."