Place quotes around the output of kbdmap(1), designed to be pasted into

/etc/rc.conf.

PR:		bin/161711
Submitted by:	manolis
MFC after:	1 week
This commit is contained in:
Nathan Whitehorn 2011-10-16 16:05:23 +00:00
parent e233e2acb3
commit 5d920ef704
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=226439

View File

@ -289,7 +289,7 @@ do_kbdcontrol(struct keymap *km)
if (!x11)
system(kbd_cmd);
fprintf(stderr, "keymap=%s\n", km->keym);
fprintf(stderr, "keymap=\"%s\"\n", km->keym);
free(kbd_cmd);
}