New commits:
commit b850704d02d9a94d91b60aa737a4a2132571a202
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>
kbd: Fix and optimize keymaps.sh
Make it properly apply INCLUDEMAPS; for this the loadkeys binary needs to
be called once with the main keymap and all the includes.
Optimisations:
* Fix up INCLUDEMAPS without traversing the keymaps;
* Get TTY_NUMS (for the * case) using a single AWK script invocation;
* Use the built-in echo, no reason not to.