From 758c1facd06454449df3bc47e808babdc8dc5b6d Mon Sep 17 00:00:00 2001 From: Ahmad Samir Date: Mon, 4 Apr 2011 19:59:45 +0000 Subject: - perl -pi -e 's!mountpoint!mount point!' --- perl-install/fs.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/fs.pm') diff --git a/perl-install/fs.pm b/perl-install/fs.pm index 713feb843..d4f742da6 100644 --- a/perl-install/fs.pm +++ b/perl-install/fs.pm @@ -198,7 +198,7 @@ sub merge_info_from_fstab { my @l = grep { if ($uniq) { my $part = fs::get::mntpoint2part($_->{mntpoint}, $fstab); - !$part || fs::get::is_same_hd($part, $_); #- keep it only if it is the mountpoint AND the same device + !$part || fs::get::is_same_hd($part, $_); #- keep it only if it is the mount point AND the same device } else { 1; } -- cgit v1.2.1