From ae3016495ffde3e71d879109e35437dbeff0747f Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Fri, 17 Aug 2012 01:32:56 +0800 Subject: fix interdiff breakage --- Bugzilla/Arecibo.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bugzilla') 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 -- cgit v1.2.3-24-g4f1b