From 88a07c82cece62903ae68e1e2c482d810bbf8560 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 29 Jul 1999 15:18:54 +0000 Subject: no_comment --- perl-install/keyboard.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/keyboard.pm') diff --git a/perl-install/keyboard.pm b/perl-install/keyboard.pm index 2c6b84858..5b59bd2c3 100644 --- a/perl-install/keyboard.pm +++ b/perl-install/keyboard.pm @@ -86,7 +86,7 @@ sub read($) { foreach () { ($_) = /^KEYTABLE=(.*)/ or log::l("unrecognized entry in keyboard configuration file ($_)"), next; - s/\"//g; + s/^\s*"(.*)"\s*$/$1/; s/\.[^.]*//; # remove extension return basename($_); } -- cgit v1.2.1