From: Richard Levitte Date: Tue, 24 Jul 2018 17:29:06 +0000 (+0200) Subject: Configure death handler: bail out early when run in eval block X-Git-Tag: OpenSSL_1_1_1-pre9~98 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1a6c30029802179ebe0ec1eedfdc9d78bb6dc4dd;p=oweals%2Fopenssl.git Configure death handler: bail out early when run in eval block Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/6776) --- diff --git a/Configure b/Configure index 653d777e7a..e9e78665f8 100755 --- a/Configure +++ b/Configure @@ -2722,6 +2722,7 @@ exit(0); # Death handler, to print a helpful message in case of failure ####### # sub death_handler { + die @_ if $^S; my $build_file = $target{build_file} // "build file"; print STDERR <<"_____";