summaryrefslogtreecommitdiffstats
path: root/perl-install/fs.pm
diff options
context:
space:
mode:
authorRémi Verschelde <remi@verschelde.fr>2015-03-05 11:02:00 +0100
committerRémi Verschelde <remi@verschelde.fr>2015-03-05 11:02:00 +0100
commitfe78f2a38c4a9cd3d7802b0b2ee323aaaaf82a6a (patch)
tree5da0bf54a6cbcf219c99389895debd266f34ff4b /perl-install/fs.pm
parentd4b71b9f8efd22ef7c18e0e72d06146264ca7721 (diff)
downloaddrakx-fe78f2a38c4a9cd3d7802b0b2ee323aaaaf82a6a.tar
drakx-fe78f2a38c4a9cd3d7802b0b2ee323aaaaf82a6a.tar.gz
drakx-fe78f2a38c4a9cd3d7802b0b2ee323aaaaf82a6a.tar.bz2
drakx-fe78f2a38c4a9cd3d7802b0b2ee323aaaaf82a6a.tar.xz
drakx-fe78f2a38c4a9cd3d7802b0b2ee323aaaaf82a6a.zip
Fix typo (mga#10179)16.66
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 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) {