From dabdad37d667ce8584b4ce10d9c2ccdeff8ea612 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 24 Feb 2005 13:46:33 +0000 Subject: fix typo --- perl-install/fs/mount_options.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- cgit v1.2.1