From f2618084d394c107f211d5d48f6b38c60b8d1a73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Buclin?= Date: Mon, 18 May 2015 12:22:02 +0200 Subject: Bug 1155009: Cache::Memcached causes email_in.pl to stop working r/a=glob --- email_in.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/email_in.pl b/email_in.pl index ae4c42bde..a936791b7 100755 --- a/email_in.pl +++ b/email_in.pl @@ -469,7 +469,7 @@ sub die_handler { # If this is inside an eval, then we should just act like...we're # in an eval (instead of printing the error and exiting). - die(@_) if $^S; + die @_ if ($^S // Bugzilla::Error::_in_eval()); # We can't depend on the MTA to send an error message, so we have # to generate one properly. -- cgit v1.2.1