summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdgit2
1 files changed, 1 insertions, 1 deletions
diff --git a/dgit b/dgit
index a6cda1e..6a351f9 100755
--- a/dgit
+++ b/dgit
@@ -6161,7 +6161,7 @@ sub quilt_fixup_multipatch ($$$) {
chdir '..';
}
- if (quiltmode_splitbrain()) {
+ if ($do_split_brain) {
my $cachehit;
($cachehit, $splitbrain_cachekey) =
quilt_check_splitbrain_cache($headref, $upstreamversion);