Cope with quotation marks around font names in /etc/rc.conf .
PR: 17330 Reported by: Anatoly Vorobey <mellon@pobox.com>
This commit is contained in:
parent
dd06abf7e3
commit
5f870bcbbb
@ -85,7 +85,7 @@ sub font_current {
|
||||
|
||||
while(<F>) {
|
||||
/^#/ && next;
|
||||
if (/^\s*font[0-9]+x[0-9]+\s*=\s*(\S+)/) {
|
||||
if (/^\s*font[0-9]+x[0-9]+\s*=\s*\"?([^\s\"]+)\"?/) {
|
||||
$font_current = $1 if $1 ne "NO";
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user