summaryrefslogtreecommitdiffstats
path: root/perl-install/fs.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2000-09-07 17:29:37 +0000
committerPascal Rigaux <pixel@mandriva.com>2000-09-07 17:29:37 +0000
commita1f0c87ac7f98f8555717fd934edf7e706b8694c (patch)
tree1c93711a8b9d69bacbfbf5dccd5a9dbd7abfc613 /perl-install/fs.pm
parent241ac866dc8d3d872aa7848eb0d56eb57cf82233 (diff)
downloaddrakx-backup-do-not-use-a1f0c87ac7f98f8555717fd934edf7e706b8694c.tar
drakx-backup-do-not-use-a1f0c87ac7f98f8555717fd934edf7e706b8694c.tar.gz
drakx-backup-do-not-use-a1f0c87ac7f98f8555717fd934edf7e706b8694c.tar.bz2
drakx-backup-do-not-use-a1f0c87ac7f98f8555717fd934edf7e706b8694c.tar.xz
drakx-backup-do-not-use-a1f0c87ac7f98f8555717fd934edf7e706b8694c.zip
no_comment
Diffstat (limited to 'perl-install/fs.pm')
-rw-r--r--perl-install/fs.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/fs.pm b/perl-install/fs.pm
index 7b9563ebb..f12da5e86 100644
--- a/perl-install/fs.pm
+++ b/perl-install/fs.pm
@@ -71,7 +71,7 @@ sub get_mntpoints_from_fstab {
$p->{device} eq $_->{device} or next;
$_->{type} ne 'auto' && $_->{type} ne type2fs($p->{type}) and
log::l("err, fstab and partition table do not agree for $_->{device} type: " . (type2fs($p->{type}) || type2name($p->{type})) . " vs $_->{type}"), next;
- delete $_->{unsafeMntpoint} || !$_->{mntpoint} or next;
+ delete $p->{unsafeMntpoint} || !$p->{mntpoint} or next;
$p->{mntpoint} = $_->{mntpoint};
$p->{options} = $_->{options};
}