chiark / gitweb /
Test suite: Check that test suite list in debian/tests/control is up to date
[dgit.git] / dgit
diff --git a/dgit b/dgit
index 1e389088fd10f7c2d97ae885cae0a8889afdb93a..9dadc8cce98274eb96944e60b01df5d26a491a95 100755 (executable)
--- a/dgit
+++ b/dgit
@@ -18,7 +18,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 use strict;
-$SIG{__WARN__} = sub { die $_[0]; };
+
+use Debian::Dgit;
+setup_sigwarn();
 
 use IO::Handle;
 use Data::Dumper;