Commit 64eae747 authored by Richard Levitte's avatar Richard Levitte
Browse files

Configure death handler: bail out early when run in eval block



Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6776)

(cherry picked from commit 1a6c3002)
parent bb8befc6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 <<"_____";