From be436d18a6d449cb9be4d4a1802e70409a1a9364 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 11 Apr 2001 17:45:49 +0000 Subject: (fsck_option): add a closing ``"'' so that strings to i18n extraction works --- perl-install/install_any.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install_any.pm') diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm index be69cad13..0c878a08b 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"; #- " help po, DON'T REMOVE + substInFile { s/^(\s*fsckoptions="?)(-y )?/$1$y/ } "$o->{prefix}/etc/rc.d/rc.sysinit"; #- " help po, DONT REMOVE } sub getAvailableSpace { -- cgit v1.2.1