Skip to content

Commit

Permalink
Oops. Close the file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulf Möller committed May 13, 1999
1 parent 90ba7e2 commit ce457a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions util/mk1mf.pl
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
$options=$1 if (/^OPTIONS=(.*)$/);
$INSTALLTOP=$1 if (/^INSTALLTOP=(.*$)/);
}
close(IN);

die "Makefile.ssl is not the toplevel Makefile!\n" if $ssl_version eq "";

Expand Down
1 change: 1 addition & 0 deletions util/mkdef.pl
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
while(<IN>) {
$options=$1 if (/^OPTIONS=(.*)$/);
}
close(IN);

foreach (@ARGV, split(/ /, $options))
{
Expand Down

0 comments on commit ce457a5

Please sign in to comment.