tdie msg - gitzone - git-based zone management tool for static and dynamic domains
HTML git clone https://git.parazyd.org/gitzone
DIR Log
DIR Files
DIR Refs
---
DIR commit a10ec80780ca93f9d41212b0c2037b93ed83a2a8
DIR parent d7ad24dda626a1e3a0bf2ccae5f1ebfe7a1bc0d7
HTML Author: tg(x) <*@tg-x.net>
Date: Fri, 4 Feb 2011 12:08:59 +0100
die msg
Diffstat:
M bin/gitzone | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
---
DIR diff --git a/bin/gitzone b/bin/gitzone
t@@ -51,6 +51,7 @@ sub git {
}
if ($ret >= 0 && $? >> 8 != $ret) {
my ($package, $filename, $line) = caller;
+ print;
die "Died at line $line.\n";
}
return $_;