summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakupdate_fstab
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2003-09-15 10:59:41 +0000
committerPascal Rigaux <pixel@mandriva.com>2003-09-15 10:59:41 +0000
commit180936086dc4f60831e5c32a1a72ddce0608bf0c (patch)
tree3ad8e426b8427ec1970952d0b2b411dabbb070d3 /perl-install/standalone/drakupdate_fstab
parent4d906c772f0eb1c2d5f7eb6f18516ee35f756a5a (diff)
downloaddrakx-180936086dc4f60831e5c32a1a72ddce0608bf0c.tar
drakx-180936086dc4f60831e5c32a1a72ddce0608bf0c.tar.gz
drakx-180936086dc4f60831e5c32a1a72ddce0608bf0c.tar.bz2
drakx-180936086dc4f60831e5c32a1a72ddce0608bf0c.tar.xz
drakx-180936086dc4f60831e5c32a1a72ddce0608bf0c.zip
fix typo (pixel sux)
Diffstat (limited to 'perl-install/standalone/drakupdate_fstab')
-rwxr-xr-xperl-install/standalone/drakupdate_fstab2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/drakupdate_fstab b/perl-install/standalone/drakupdate_fstab
index b7ff8750d..b3fab90f2 100755
--- a/perl-install/standalone/drakupdate_fstab
+++ b/perl-install/standalone/drakupdate_fstab
@@ -130,7 +130,7 @@ sub main {
print STDERR "Already in fstab\n" if $::testing;
return;
}
- my $use_supermount = cat_('/etc/fstab') =~ /supermount/;
+ my $useSupermount = cat_('/etc/fstab') =~ /supermount/;
set_options($part, $useSupermount);
set_mount_point($part, $fstab) or return;