Oops. Close the file.

This commit is contained in:
Ulf Möller 1999-05-13 17:24:35 +00:00
parent 90ba7e21e1
commit ce457a54ff
2 changed files with 2 additions and 0 deletions

View File

@ -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 "";

View File

@ -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))
{