diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-04-11 17:45:49 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-04-11 17:45:49 +0000 |
commit | be436d18a6d449cb9be4d4a1802e70409a1a9364 (patch) | |
tree | cff107721ef76af8959ffc011a3231990818f783 /perl-install | |
parent | 7659b5411c57fdbf78235dc6b65b6d0a2df2ed71 (diff) | |
download | drakx-backup-do-not-use-be436d18a6d449cb9be4d4a1802e70409a1a9364.tar drakx-backup-do-not-use-be436d18a6d449cb9be4d4a1802e70409a1a9364.tar.gz drakx-backup-do-not-use-be436d18a6d449cb9be4d4a1802e70409a1a9364.tar.bz2 drakx-backup-do-not-use-be436d18a6d449cb9be4d4a1802e70409a1a9364.tar.xz drakx-backup-do-not-use-be436d18a6d449cb9be4d4a1802e70409a1a9364.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.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |