From f04599680685ea8f89bff8bc76e3dad2f8028081 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 12 Jan 2017 00:23:20 +0000 Subject: dgit: Call forkcheck_setup in multisuite children We want execute our SIGWARN handler in these explicitly created children. Signed-off-by: Ian Jackson --- dgit | 1 + 1 file changed, 1 insertion(+) diff --git a/dgit b/dgit index a18d018..f7f2b71 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 .= " "; -- cgit v1.2.3