提交 7f5bf370 编写于 作者: A Andy Polyakov

util/fipslink.pl: fix typo.

上级 2c7af9cb
......@@ -46,7 +46,7 @@ system "$fips_link @ARGV";
die "First stage Link failure" if $? != 0;
if (defined($ENV{FIPS_SIG})) {
system "$ENV{FIPS_SIG} $fips_target\n"
system "$ENV{FIPS_SIG} $fips_target"
die "$ENV{FIPS_SIG} $fips_target failed" if $? != 0;
exit;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册