summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.org>2004-06-10 09:50:50 +0000
committerOlivier Blin <oblin@mandriva.org>2004-06-10 09:50:50 +0000
commit97cbb1e160c52c4d62921842d3679131e3506df9 (patch)
tree8cb7bdadf95f4c53647585b37bdef9165d04af50 /perl-install
parentc3d3b30362c8499cf813dc47a2cdd029b11f5b60 (diff)
downloaddrakx-97cbb1e160c52c4d62921842d3679131e3506df9.tar
drakx-97cbb1e160c52c4d62921842d3679131e3506df9.tar.gz
drakx-97cbb1e160c52c4d62921842d3679131e3506df9.tar.bz2
drakx-97cbb1e160c52c4d62921842d3679131e3506df9.tar.xz
drakx-97cbb1e160c52c4d62921842d3679131e3506df9.zip
fix trainee suckiness
Diffstat (limited to 'perl-install')
-rwxr-xr-xperl-install/standalone/drakboot2
1 files changed, 1 insertions, 1 deletions
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);
}