git-tag: lose exit after die
We are not running under /bin/resurrection shell ;-) Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
parent
95ca1c6cb7
commit
a6782bc572
@ -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
|
||||
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user