diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2003-09-15 10:59:41 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2003-09-15 10:59:41 +0000 |
commit | 180936086dc4f60831e5c32a1a72ddce0608bf0c (patch) | |
tree | 3ad8e426b8427ec1970952d0b2b411dabbb070d3 | |
parent | 4d906c772f0eb1c2d5f7eb6f18516ee35f756a5a (diff) | |
download | drakx-backup-do-not-use-180936086dc4f60831e5c32a1a72ddce0608bf0c.tar drakx-backup-do-not-use-180936086dc4f60831e5c32a1a72ddce0608bf0c.tar.gz drakx-backup-do-not-use-180936086dc4f60831e5c32a1a72ddce0608bf0c.tar.bz2 drakx-backup-do-not-use-180936086dc4f60831e5c32a1a72ddce0608bf0c.tar.xz drakx-backup-do-not-use-180936086dc4f60831e5c32a1a72ddce0608bf0c.zip |
fix typo (pixel sux)
-rwxr-xr-x | perl-install/standalone/drakupdate_fstab | 2 |
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; |