diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-04-04 13:44:48 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-04-04 13:44:48 +0000 |
commit | 84c66b2c906ebc4289fb3858b3f0d22121361b38 (patch) | |
tree | ad358ea1d7f6478b62743fb17afae83343fb3c53 /perl-install/install_any.pm | |
parent | d157c06993b22ebc4b82baa360ccc3816646089f (diff) | |
download | drakx-backup-do-not-use-84c66b2c906ebc4289fb3858b3f0d22121361b38.tar drakx-backup-do-not-use-84c66b2c906ebc4289fb3858b3f0d22121361b38.tar.gz drakx-backup-do-not-use-84c66b2c906ebc4289fb3858b3f0d22121361b38.tar.bz2 drakx-backup-do-not-use-84c66b2c906ebc4289fb3858b3f0d22121361b38.tar.xz drakx-backup-do-not-use-84c66b2c906ebc4289fb3858b3f0d22121361b38.zip |
no_comment
Diffstat (limited to 'perl-install/install_any.pm')
-rw-r--r-- | perl-install/install_any.pm | 1 |
1 files changed, 1 insertions, 0 deletions
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); |