From 2102accd812ed94488a9aa9e7277ad66a4d99c65 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Mon, 18 May 2015 12:20:27 +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(-) (limited to 'email_in.pl') diff --git a/email_in.pl b/email_in.pl index 70ef26b6c..448d75d0e 100755 --- a/email_in.pl +++ b/email_in.pl @@ -466,7 +466,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.3-24-g4f1b