From 84c66b2c906ebc4289fb3858b3f0d22121361b38 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 4 Apr 2000 13:44:48 +0000 Subject: no_comment --- perl-install/install_any.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/install_any.pm') diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm index 3bcaecb44..53926c3ec 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -581,6 +581,7 @@ sub loadO { local $/ = "\0"; no strict; eval <$fh>; + close $fh; $@ and log::l("Bad kickstart file $f (failed $@)"); } add2hash_($o ||= {}, $O); -- cgit v1.2.1