chiark / gitweb /
dgit: Set $SIG{INT} to DEFAULT
[dgit.git] / dgit
diff --git a/dgit b/dgit
index 7e975e121233455a192d1d6b440ee9ef32fef279..696978b2ee7abb53f26fa198652666b1e18c2e4d 100755 (executable)
--- a/dgit
+++ b/dgit
@@ -54,6 +54,8 @@ use Debian::Dgit;
 our $our_version = 'UNRELEASED'; ###substituted###
 our $absurdity = undef; ###substituted###
 
+$SIG{INT} = 'DEFAULT'; # work around #932841
+
 our @rpushprotovsn_support = qw(6 5 4); # Reverse order!
 our $protovsn;