Skip to content

Commit

Permalink
git-tag: lose exit after die
Browse files Browse the repository at this point in the history
We are not running under /bin/resurrection shell ;-)

Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Junio C Hamano committed Dec 23, 2006
1 parent 95ca1c6 commit a6782bc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions git-tag.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ do
message="$1"
if test "$#" = "0"; then
die "error: option -m needs an argument"
exit 2
else
message_given=1
fi
Expand All @@ -50,7 +49,6 @@ do
shift
if test "$#" = "0"; then
die "error: option -F needs an argument"
exit 2
else
message="$(cat "$1")"
message_given=1
Expand Down

0 comments on commit a6782bc

Please sign in to comment.