From: Gilles Darold Date: Sat, 14 Sep 2019 10:29:12 +0000 (+0200) Subject: Remove some commented code. X-Git-Tag: v11.1~7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3252db3e55937c93c6ef724619ba658025101161;p=pgbadger Remove some commented code. --- diff --git a/pgbadger b/pgbadger index 4504cc6..103a800 100755 --- a/pgbadger +++ b/pgbadger @@ -403,12 +403,9 @@ sub wait_child $interrupt = 2; print STDERR "Received terminating signal ($sig).\n"; - # if ($^O !~ /MSWin32|dos/i) - #{ - 1 while wait != -1; - $SIG{INT} = \&wait_child; - $SIG{TERM} = \&wait_child; - #} + 1 while wait != -1; + $SIG{INT} = \&wait_child; + $SIG{TERM} = \&wait_child; foreach my $f (@tempfiles) { unlink("$f->[1]") if (-e "$f->[1]");