提交 ce457a54 编写于 作者: U Ulf Möller

Oops. Close the file.

上级 90ba7e21
......@@ -15,6 +15,7 @@ while(<IN>) {
$options=$1 if (/^OPTIONS=(.*)$/);
$INSTALLTOP=$1 if (/^INSTALLTOP=(.*$)/);
}
close(IN);
die "Makefile.ssl is not the toplevel Makefile!\n" if $ssl_version eq "";
......
......@@ -24,6 +24,7 @@ open(IN,"<Makefile.ssl") || die "unable to open Makefile.ssl!\n";
while(<IN>) {
$options=$1 if (/^OPTIONS=(.*)$/);
}
close(IN);
foreach (@ARGV, split(/ /, $options))
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册