X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=dgit;h=9dadc8cce98274eb96944e60b01df5d26a491a95;hb=1f11185ae9aa5cca12ab61c56d49a4be9397d19d;hp=1e389088fd10f7c2d97ae885cae0a8889afdb93a;hpb=5b1cc655fa48ae96db0d4ad57b7cf340710c740b;p=dgit.git diff --git a/dgit b/dgit index 1e389088..9dadc8cc 100755 --- a/dgit +++ b/dgit @@ -18,7 +18,9 @@ # along with this program. If not, see . use strict; -$SIG{__WARN__} = sub { die $_[0]; }; + +use Debian::Dgit; +setup_sigwarn(); use IO::Handle; use Data::Dumper;