diff options
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/fs.pm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/perl-install/fs.pm b/perl-install/fs.pm index a8c479989..8aed5cfb1 100644 --- a/perl-install/fs.pm +++ b/perl-install/fs.pm @@ -327,8 +327,6 @@ sub prepare_write_fstab { my $fs_type = $_->{fs_type} || 'auto'; - my $dev = $device; - $mntpoint =~ s/ /\\040/g; $device =~ s/ /\\040/g; |