X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=blobdiff_plain;f=dgit;h=1f1c425d1f95eaded35208faa49946c9b080b0de;hp=68d8b42d1da15ee921157f67f70aa7b793308f6a;hb=9ff6957e842708e9641ad00510f336b347bff302;hpb=cf3ebba7e7b87357a7b79f49f873cb869ddb63bd diff --git a/dgit b/dgit index 68d8b42d..1f1c425d 100755 --- a/dgit +++ b/dgit @@ -18,6 +18,7 @@ # along with this program. If not, see . use strict; +$SIG{__WARN__} = sub { die $_[0]; }; use IO::Handle; use Data::Dumper;