summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--htetc/handler.pl7
1 files changed, 7 insertions, 0 deletions
diff --git a/htetc/handler.pl b/htetc/handler.pl
index a9431d3a8..711c32a4b 100644
--- a/htetc/handler.pl
+++ b/htetc/handler.pl
@@ -69,8 +69,15 @@ sub handler
} else {
+ local $SIG{__WARN__};
+ local $SIG{__DIE__};
+
RT::Init() if $RT::VERSION; #for lack of something else
+ #we don't want the RT error handlers under FS
+ undef $SIG{__WARN__};
+ undef $SIG{__DIE__};
+
$ah->interp($fs_interp);
}