summaryrefslogtreecommitdiff
path: root/git-debrebase
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2017-10-22 20:27:28 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2018-06-16 12:25:49 +0100
commit0e8a298a68f8b71c57551659ee1b8c4bbe263374 (patch)
tree1da413e82e26276e129cab48cb1f0a69c425b039 /git-debrebase
parent7d9f8c0d200f09687e71ddd579342469c2db9f78 (diff)
git-debrebase: call setup_sigwarn
Diffstat (limited to 'git-debrebase')
-rwxr-xr-xgit-debrebase5
1 files changed, 3 insertions, 2 deletions
diff --git a/git-debrebase b/git-debrebase
index ee074f9..5d1e9c3 100755
--- a/git-debrebase
+++ b/git-debrebase
@@ -104,14 +104,15 @@
use strict;
+use Debian::Dgit qw(:DEFAULT :playground);
+setup_sigwarn();
+
use Memoize;
use Carp;
use POSIX;
use Data::Dumper;
use Getopt::Long qw(:config posix_default gnu_compat bundling);
-use Debian::Dgit qw(:DEFAULT :playground);
-
sub badusage ($) {
my ($m) = @_;
die "bad usage: $m\n";