From 94762646056983e980c96e9ba4a883bb657bb9e8 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 6 Sep 2002 13:12:12 +0000 Subject: (read): fix --- perl-install/bootloader.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/bootloader.pm') diff --git a/perl-install/bootloader.pm b/perl-install/bootloader.pm index 5f475a0b8..df2020bb6 100644 --- a/perl-install/bootloader.pm +++ b/perl-install/bootloader.pm @@ -83,7 +83,7 @@ sub read() { my %b; foreach (cat_("$::prefix$file")) { next if /^\s*#/ || /^\s*$/; - ($_, $v) = /^\s*(\S+)\s*(?:=\s*(.*?))?\s*$/ or log::l("unknown line in lilo.conf: $_"), next; + ($_, $v) = /^\s*([^=\s]+)\s*(?:=\s*(.*?))?\s*$/ or log::l("unknown line in lilo.conf: $_"), next; if (/^(image|other)$/) { if (arch() =~ /ppc/) { -- cgit v1.2.1