X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=dgit;h=9dadc8cce98274eb96944e60b01df5d26a491a95;hb=d6be829bf56e699d27d388026d4af7ab710ba328;hp=1e389088fd10f7c2d97ae885cae0a8889afdb93a;hpb=9141753fb5096b41074684d5bdfbb0c6f69a0c1a;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;