From fe78f2a38c4a9cd3d7802b0b2ee323aaaaf82a6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Thu, 5 Mar 2015 11:02:00 +0100 Subject: Fix typo (mga#10179) --- perl-install/fs.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/fs.pm b/perl-install/fs.pm index b0e709d65..ac118cdc0 100644 --- a/perl-install/fs.pm +++ b/perl-install/fs.pm @@ -229,7 +229,7 @@ sub prepare_write_fstab { my $options = $_->{options} || 'defaults'; if (($_->{is_removable} || member($_->{fs_type}, qw(ntfs ntfs-3g))) && !$needed_to_boot && $_->{options} !~ /nofail/) { - "$options .= ',nofail'; + $options .= ',nofail'; } if ($_->{fs_type} eq 'cifs' && $options =~ /password=/ && !$b_keep_credentials) { -- cgit v1.2.1