summaryrefslogtreecommitdiff
path: root/dgit
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2013-08-17 17:25:34 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2013-08-17 17:25:34 +0100
commit720295a66d1cf6b58b0e48ad017eee25752a9518 (patch)
treec3c81ebfccee82a68382fff79e7c70f31f3f266d /dgit
parent42a4e12f8b0511c915d1f3e174ce724642605c81 (diff)
check lack of args to quilt-fixup
Diffstat (limited to 'dgit')
-rwxr-xr-xdgit1
1 files changed, 1 insertions, 0 deletions
diff --git a/dgit b/dgit
index 9573adf..f178f6b 100755
--- a/dgit
+++ b/dgit
@@ -736,6 +736,7 @@ sub cmd_build {
}
sub cmd_quilt_fixup {
+ die if @ARGV;
my $clogp = parsechangelog();
commit_quilty_patch($clogp->{Version});
}