View | Details | Raw Unified | Return to bug 17330
Collapse All | Expand All

(-)/usr/sbin/kbdmap (-1 / +1 lines)
Lines 86-92 Link Here
86
    while(<F>) {
86
    while(<F>) {
87
	/^#/ && next;
87
	/^#/ && next;
88
	if (/^\s*font[0-9]+x[0-9]+\s*=\s*(\S+)/) {
88
	if (/^\s*font[0-9]+x[0-9]+\s*=\s*(\S+)/) {
89
	    $font_current = $1 if $1 ne "NO";
89
	    ($font_current = $1) =~ s/"//g  if $1 ne "NO";
90
	}
90
	}
91
    }
91
    }
92
    close F;
92
    close F;

Return to bug 17330