summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.org>2004-06-23 09:05:57 +0000
committerOlivier Blin <oblin@mandriva.org>2004-06-23 09:05:57 +0000
commit4f7bc2b0c59ed2231abf300e772204f7ecd4afc9 (patch)
tree509602d5363c714061b18ca2fd212254faa65686 /perl-install
parentf163131fffa8e8a32083f18a629331082d047401 (diff)
downloaddrakx-backup-do-not-use-4f7bc2b0c59ed2231abf300e772204f7ecd4afc9.tar
drakx-backup-do-not-use-4f7bc2b0c59ed2231abf300e772204f7ecd4afc9.tar.gz
drakx-backup-do-not-use-4f7bc2b0c59ed2231abf300e772204f7ecd4afc9.tar.bz2
drakx-backup-do-not-use-4f7bc2b0c59ed2231abf300e772204f7ecd4afc9.tar.xz
drakx-backup-do-not-use-4f7bc2b0c59ed2231abf300e772204f7ecd4afc9.zip
remove unneeded quotes
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 dc0701b33..21622e21f 100755
--- a/perl-install/standalone/drakboot
+++ b/perl-install/standalone/drakboot
@@ -107,7 +107,7 @@ my $keep_logo = 1;
if (-r $themes{sysconfig}) {
local $_;
- foreach (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';