git-sh-setup: add die_with_status
commitadb231cfdabd9b62c2d99519ac5f8ba29d689478
authorFredrik Gustafsson <iveqy@iveqy.com>
Thu, 9 Jun 2011 07:47:02 +0000 (9 09:47 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 13 Jun 2011 18:23:28 +0000 (13 11:23 -0700)
treeb4d8ef2d6b6e5fb367800deff02899cdf624f527
parent2c162b56f370f5c33e6a945e6922d598006c5ec4
git-sh-setup: add die_with_status

This behaves similar to "die" but can exit with status different from the
usual 1.

Signed-off-by: Fredrik Gustafsson <iveqy@iveqy.com>
Mentored-by: Jens Lehmann <Jens.Lehmann@web.de>
Mentored-by: Heiko Voigt <hvoigt@hvoigt.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-sh-setup.sh