diff options
-rw-r--r-- | Bugzilla/Arecibo.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Arecibo.pm b/Bugzilla/Arecibo.pm index 974594b72..760c60c59 100644 --- a/Bugzilla/Arecibo.pm +++ b/Bugzilla/Arecibo.pm @@ -206,7 +206,7 @@ sub arecibo_handle_error { ]; # fork then post - $SIG{CHLD} = 'IGNORE'; + local $SIG{CHLD} = 'IGNORE'; my $pid = fork(); if (defined($pid) && $pid == 0) { # detach |