diff options
author | Pascal Rigaux <pixel@mandriva.com> | 1999-12-02 10:31:11 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 1999-12-02 10:31:11 +0000 |
commit | e7d68d879571ae2e5a3301da94c18c3f9151cec0 (patch) | |
tree | a41aa9b5e6fefe681bbf2bf2d7d3ae9682d64e61 /perl-install/resize_fat | |
parent | 74e89d3c3ee6e4d083edf5a8633793f1ba77ab84 (diff) | |
download | drakx-e7d68d879571ae2e5a3301da94c18c3f9151cec0.tar drakx-e7d68d879571ae2e5a3301da94c18c3f9151cec0.tar.gz drakx-e7d68d879571ae2e5a3301da94c18c3f9151cec0.tar.bz2 drakx-e7d68d879571ae2e5a3301da94c18c3f9151cec0.tar.xz drakx-e7d68d879571ae2e5a3301da94c18c3f9151cec0.zip |
no_comment
Diffstat (limited to 'perl-install/resize_fat')
-rw-r--r-- | perl-install/resize_fat/main.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/resize_fat/main.pm b/perl-install/resize_fat/main.pm index ade04122c..a67dbd26f 100644 --- a/perl-install/resize_fat/main.pm +++ b/perl-install/resize_fat/main.pm @@ -164,6 +164,7 @@ sub resize { $resize_fat::isFAT32 and eval { resize_fat::info_sector::write($fs) }; #- doesn't matter if this fails - its pretty useless! sync(); + close $fs->{fd}; log::l("resize_fat: done"); } |