From 349c0c71e5f12efb48c8799e488bd4c78f5f0d11 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Wed, 23 Jun 2004 08:40:48 +0000 Subject: fix processing of config file broken again by Titi --- perl-install/standalone/drakboot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone/drakboot') diff --git a/perl-install/standalone/drakboot b/perl-install/standalone/drakboot index 128a66fe3..dc0701b33 100755 --- a/perl-install/standalone/drakboot +++ b/perl-install/standalone/drakboot @@ -107,7 +107,7 @@ my $keep_logo = 1; if (-r $themes{sysconfig}) { local $_; - while (cat_("$themes{sysconfig}") { + foreach (cat_("$themes{sysconfig}")) { /^SPLASH=no/ and $splash_mode = 0; /^THEME=(.*)/ and -f "$themes{path}$1$themes{boot}{path}bootsplash-$cur_res.jpg" and $themes{default} = $1; /^LOGO_CONSOLE=(.*)/ and $keep_logo = $1 ne 'no'; -- cgit v1.2.1