summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-04-11 15:16:25 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-04-11 15:16:25 +0000
commitceb4b42ebe2026af680ba8a5a15f909978d94b9b (patch)
tree6ed8468d5ab7c9d1de5299e16815ebb3b018b2be /perl-install
parenta6d9a75354688e1f0c837f0456078f7afe17fbd5 (diff)
downloaddrakx-backup-do-not-use-ceb4b42ebe2026af680ba8a5a15f909978d94b9b.tar
drakx-backup-do-not-use-ceb4b42ebe2026af680ba8a5a15f909978d94b9b.tar.gz
drakx-backup-do-not-use-ceb4b42ebe2026af680ba8a5a15f909978d94b9b.tar.bz2
drakx-backup-do-not-use-ceb4b42ebe2026af680ba8a5a15f909978d94b9b.tar.xz
drakx-backup-do-not-use-ceb4b42ebe2026af680ba8a5a15f909978d94b9b.zip
(fsck_option): add a closing ``"'' so that strings to i18n extraction works
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/install_any.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm
index 793f7dfe6..03d288363 100644
--- a/perl-install/install_any.pm
+++ b/perl-install/install_any.pm
@@ -246,7 +246,7 @@ sub spawnShell {
sub fsck_option {
my ($o) = @_;
my $y = $o->{security} < 3 && !$::expert && "-y ";
- substInFile { s/^(\s*fsckoptions="?)(-y )?/$1$y/ } "$o->{prefix}/etc/rc.d/rc.sysinit";
+ substInFile { s/^(\s*fsckoptions="?)(-y )?/$1$y/ } "$o->{prefix}/etc/rc.d/rc.sysinit"; #- " help po, DON'T REMOVE
}
sub getAvailableSpace {