projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61ac9fc
)
Configure death handler: bail out early when run in eval block
author
Richard Levitte
<levitte@openssl.org>
Tue, 24 Jul 2018 17:29:06 +0000
(19:29 +0200)
committer
Richard Levitte
<levitte@openssl.org>
Tue, 24 Jul 2018 17:30:30 +0000
(19:30 +0200)
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6776)
Configure
patch
|
blob
|
history
diff --git
a/Configure
b/Configure
index 653d777e7af9c27de78d9f5a12b6c2191a457980..e9e78665f85fad41b5ae2b0167ca3e1776f9b5a0 100755
(executable)
--- 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 <<"_____";