From e351b9bfbcabf0cdb14e7e5a1fd9a607a1fbb00d Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Wed, 23 Jun 2004 07:51:31 +0000 Subject: remove spurious spaces --- perl-install/standalone/drakboot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perl-install') diff --git a/perl-install/standalone/drakboot b/perl-install/standalone/drakboot index 48cecc014..8f4f9aae1 100755 --- a/perl-install/standalone/drakboot +++ b/perl-install/standalone/drakboot @@ -107,8 +107,8 @@ my $keep_logo = 1; if (-r $themes{sysconfig}) { my $SYSF; - open $SYSF, $themes{sysconfig} or die "Can't open $themes{sysconfig}\n"; - while (<$SYSF>) { + open $SYSF, $themes{sysconfig} or die "Can't open $themes{sysconfig}\n"; + 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 ne 'no'; -- cgit v1.2.1