提交 1a6c3002 编写于 作者: R Richard Levitte

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

Reviewed-by: NRich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6776)
上级 61ac9fc5
......@@ -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 <<"_____";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册