gitzone

git-based zone management tool for static and dynamic domains
git clone https://git.parazyd.org/gitzone
Log | Files | Refs

commit a10ec80780ca93f9d41212b0c2037b93ed83a2a8
parent d7ad24dda626a1e3a0bf2ccae5f1ebfe7a1bc0d7
Author: tg(x) <*@tg-x.net>
Date:   Fri,  4 Feb 2011 12:08:59 +0100

die msg

Diffstat:
Mbin/gitzone | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/bin/gitzone b/bin/gitzone @@ -51,6 +51,7 @@ sub git { } if ($ret >= 0 && $? >> 8 != $ret) { my ($package, $filename, $line) = caller; + print; die "Died at line $line.\n"; } return $_;