提交 a6782bc5 编写于 作者: J Junio C Hamano

git-tag: lose exit after die

We are not running under /bin/resurrection shell ;-)
Signed-off-by: NJunio C Hamano <junkio@cox.net>
上级 95ca1c6c
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册