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_0i~37 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=64eae7475e6caa669cd6369770ba4853ecaff8d1;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) (cherry picked from commit 1a6c30029802179ebe0ec1eedfdc9d78bb6dc4dd) --- diff --git a/Configure b/Configure index 19bab07779..2ed0157e6c 100755 --- a/Configure +++ b/Configure @@ -2163,6 +2163,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 <<"_____";