summaryrefslogtreecommitdiff
path: root/dgit
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2016-10-20 00:24:16 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2016-10-30 16:35:58 +0000
commite20dab4cc2c1c40ac2b28c3a54078815bca55bf9 (patch)
treeb60ae5827518165567c5c7e4cd033f4931c47e2d /dgit
parent71adb54977f6ecda0911b9fbb4af7f785a76cb08 (diff)
dopush: Break out $changes variable
No functional change. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'dgit')
-rwxr-xr-xdgit3
1 files changed, 2 insertions, 1 deletions
diff --git a/dgit b/dgit
index e489150..60ea919 100755
--- a/dgit
+++ b/dgit
@@ -3325,7 +3325,8 @@ END
# Check that changes and .dsc agree enough
$changesfile =~ m{[^/]*$};
- files_compare_inputs($dsc, parsecontrol($changesfile,$&))
+ my $changes = parsecontrol($changesfile,$&);
+ files_compare_inputs($dsc, $changes)
unless forceing [qw(dsc-changes-mismatch)];
# Checks complete, we're going to try and go ahead: