diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2011-12-25 20:41:52 +0100 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2011-12-25 20:41:52 +0100 |
commit | dd8a93e0d8d4db1810e8d0bc438c19c97876b810 (patch) | |
tree | e6e390763de74d35c089914cbb4bc76a0ffbced1 /extras/keymap/check-keymaps.sh | |
parent | 80df994cc22eb7f98187df9bc2281c7fd7b96af7 (diff) |
make: introduce --with-rootprefix=
Diffstat (limited to 'extras/keymap/check-keymaps.sh')
-rwxr-xr-x | extras/keymap/check-keymaps.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/keymap/check-keymaps.sh b/extras/keymap/check-keymaps.sh index df18c3f488..350a857171 100755 --- a/extras/keymap/check-keymaps.sh +++ b/extras/keymap/check-keymaps.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # check that all key names in keymaps/* are known in <linux/input.h> # and that all key maps listed in the rules are valid and present in |