From: epg <> Date: Wed, 26 Jul 2006 00:24:00 +0000 (+0000) Subject: (flacloop): Oops, remove leftover $SIG{CHLD} setting (still UNTESTED). X-Git-Url: https://diplodocus.org/git/flac-archive/commitdiff_plain/21c85cd243a4f9577c55dcc323b08fb6cff05972?ds=inline;hp=d177db7bfada46340eadca2a3d66155ad7cd9b6a (flacloop): Oops, remove leftover $SIG{CHLD} setting (still UNTESTED). --- diff --git a/fa-flacd b/fa-flacd index b10e0c9..83be598 100755 --- a/fa-flacd +++ b/fa-flacd @@ -284,7 +284,6 @@ sub flacloop { my $i; - $SIG{CHLD} = \&reaper; while (1) { if (scalar(@jobs) <= $MAXJOBS) { foreach $i (glob('*/tags')) {