minor fixup to 54f5906d
("add the missing die function")
This commit is contained in:
parent
edb868ffe3
commit
8c4d1aa10c
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
# please see doc/mirroring.mkd for instructions on how to use this
|
# please see doc/mirroring.mkd for instructions on how to use this
|
||||||
|
|
||||||
die() { echo post-receive.mirrorpush: "$@" >&2; exit 1; }
|
die() { echo $0 "(post-receive.mirrorpush):" "$@" >&2; exit 1; }
|
||||||
|
|
||||||
# flush STDIN coming from git; we have no use for that info in this hook but
|
# flush STDIN coming from git; we have no use for that info in this hook but
|
||||||
# if you don't do this, git-shell sometimes dies of a signal 13 (SIGPIPE)
|
# if you don't do this, git-shell sometimes dies of a signal 13 (SIGPIPE)
|
||||||
|
|
Loading…
Reference in a new issue