summaryrefslogtreecommitdiffstats
path: root/Configure
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2018-07-24 19:29:06 +0200
committerRichard Levitte <levitte@openssl.org>2018-07-24 19:30:30 +0200
commit1a6c30029802179ebe0ec1eedfdc9d78bb6dc4dd (patch)
tree5f919d0b85d381d90b664e98e334ade112ebde4a /Configure
parent61ac9fc5c44718bf61ab68328333cc158230d090 (diff)
Configure death handler: bail out early when run in eval block
Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/6776)
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure1
1 files changed, 1 insertions, 0 deletions
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 <<"_____";