summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xkeymap/check-keymaps.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/keymap/check-keymaps.sh b/keymap/check-keymaps.sh
index bb38378..e1e15cc 100755
--- a/keymap/check-keymaps.sh
+++ b/keymap/check-keymaps.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# check that all key names in keymaps/* are known in <linux/input.h>
-KEYLIST=${srcdir:-.}/keys.txt
+KEYLIST=./keys.txt
[ -e "$KEYLIST" ] || {
echo "need $KEYLIST please build first" >&2