From 97cbb1e160c52c4d62921842d3679131e3506df9 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Thu, 10 Jun 2004 09:50:50 +0000 Subject: fix trainee suckiness --- 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 3298a3d39..98c57246d 100755 --- a/perl-install/standalone/drakboot +++ b/perl-install/standalone/drakboot @@ -111,7 +111,7 @@ if (-r $themes{sysconfig}) { while (<$SYSF>) { /^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 eq 'no'); + /^LOGO_CONSOLE=(.*)/ and $keep_logo = $1 ne 'no'; } close($SYSF); } -- cgit v1.2.1