X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=blobdiff_plain;f=dgit;h=51cac14844f120eba0b52ac8883dfa79891bdb30;hp=d2f2c0fbf5e7a3b9f35980d9b08754bf5a66b636;hb=cb5a33d8508c3b83a2bb776e567d8cd2d1a6e50d;hpb=a0ebfd60790ce326fbde74744939588ee6f1d7d7 diff --git a/dgit b/dgit index d2f2c0fb..51cac148 100755 --- a/dgit +++ b/dgit @@ -3457,7 +3457,7 @@ END sub multisuite_suite_child ($$$) { - my ($tsuite, $merginputs, $fn) = @_; + my ($tsuite, $mergeinputs, $fn) = @_; # in child, sets things up, calls $fn->(), and returns undef # in parent, returns canonical suite name for $tsuite my $canonsuitefh = IO::File::new_tmpfile; @@ -3484,7 +3484,7 @@ sub multisuite_suite_child ($$$) { return $csuite; } printdebug "multisuite $tsuite ok (canon=$csuite)\n"; - push @$merginputs, { + push @$mergeinputs, { Ref => lrref, Info => $csuite, };