From: Ian Jackson Date: Thu, 12 Jan 2017 00:23:20 +0000 (+0000) Subject: dgit: Call forkcheck_setup in multisuite children X-Git-Tag: archive/debian/3.2~14 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=commitdiff_plain;h=f04599680685ea8f89bff8bc76e3dad2f8028081;ds=sidebyside dgit: Call forkcheck_setup in multisuite children We want execute our SIGWARN handler in these explicitly created children. Signed-off-by: Ian Jackson --- diff --git a/dgit b/dgit index a18d0181..f7f2b710 100755 --- a/dgit +++ b/dgit @@ -3321,6 +3321,7 @@ sub multisuite_suite_child ($$$) { my $canonsuitefh = IO::File::new_tmpfile; my $pid = fork // die $!; if (!$pid) { + forkcheck_setup(); $isuite = $tsuite; $us .= " [$isuite]"; $debugprefix .= " ";