summaryrefslogtreecommitdiffstats
path: root/perl-install/fs/mount_options.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2005-02-24 13:46:33 +0000
committerPascal Rigaux <pixel@mandriva.com>2005-02-24 13:46:33 +0000
commitdabdad37d667ce8584b4ce10d9c2ccdeff8ea612 (patch)
tree965a53221a811a47a183d585468ddbc284671189 /perl-install/fs/mount_options.pm
parentcb72a9071f5e439bd9cd0efad10176981284bf4a (diff)
downloaddrakx-backup-do-not-use-dabdad37d667ce8584b4ce10d9c2ccdeff8ea612.tar
drakx-backup-do-not-use-dabdad37d667ce8584b4ce10d9c2ccdeff8ea612.tar.gz
drakx-backup-do-not-use-dabdad37d667ce8584b4ce10d9c2ccdeff8ea612.tar.bz2
drakx-backup-do-not-use-dabdad37d667ce8584b4ce10d9c2ccdeff8ea612.tar.xz
drakx-backup-do-not-use-dabdad37d667ce8584b4ce10d9c2ccdeff8ea612.zip
fix typo
Diffstat (limited to 'perl-install/fs/mount_options.pm')
-rw-r--r--perl-install/fs/mount_options.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/fs/mount_options.pm b/perl-install/fs/mount_options.pm
index 8b62f3157..56ee67eb8 100644
--- a/perl-install/fs/mount_options.pm
+++ b/perl-install/fs/mount_options.pm
@@ -157,7 +157,7 @@ sub rationalize {
if (!fs::type::can_be_one_of_those_fs_types($part, 'vfat', 'smbfs', 'iso9660', 'udf')) {
delete $options->{'codepage='};
}
- if (member($part->{mntpoint} , fs::type::directories_needed_to_boot())) {
+ if (member($part->{mntpoint}, fs::type::directories_needed_to_boot())) {
$options->{$_} = 0 foreach qw(users user noauto supermount);
}