fix not to display error log about the absense of compose file
[platform/upstream/libxkbcommon.git] / gen_tables.sh
1 #!/bin/sh
2
3 BASE_HEADER_FILE="./xkbcommon/xkbcommon-keysyms.h"
4
5 LC_CTYPE=C python scripts/makekeys ${BASE_HEADER_FILE} > ./src/ks_tables.h