Fix issues detected by static analysis tool
[platform/upstream/libxkbcommon.git] / gen_tables.sh
1 #!/bin/sh
2
3 BASE_HEADER_FILE="./include/xkbcommon/xkbcommon-keysyms.h"
4
5 LC_CTYPE=C python scripts/makekeys ${BASE_HEADER_FILE} > ./src/ks_tables.h