diff options
author | Pascal Rigaux <pixel@mandriva.com> | 1999-09-19 14:49:36 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 1999-09-19 14:49:36 +0000 |
commit | 4710960f1314ec790ea876f0e50250cac59e089c (patch) | |
tree | ebf7ffacad519615bc779e28e108af7fff27d14b /perl-install/fs.pm | |
parent | bb1b2617bc36e258f13d375faaaec1bfff97080e (diff) | |
download | drakx-backup-do-not-use-4710960f1314ec790ea876f0e50250cac59e089c.tar drakx-backup-do-not-use-4710960f1314ec790ea876f0e50250cac59e089c.tar.gz drakx-backup-do-not-use-4710960f1314ec790ea876f0e50250cac59e089c.tar.bz2 drakx-backup-do-not-use-4710960f1314ec790ea876f0e50250cac59e089c.tar.xz drakx-backup-do-not-use-4710960f1314ec790ea876f0e50250cac59e089c.zip |
no_comment
Diffstat (limited to 'perl-install/fs.pm')
-rw-r--r-- | perl-install/fs.pm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/perl-install/fs.pm b/perl-install/fs.pm index d597140a9..df32535b8 100644 --- a/perl-install/fs.pm +++ b/perl-install/fs.pm @@ -253,5 +253,3 @@ sub write_fstab($;$$) { } print F join(" ", @$_), "\n" foreach @to_add; } - - |