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:
parent
e233e2acb3
commit
5d920ef704
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user