aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorRoss Lagerwall <ross.lagerwall@citrix.com>2023-01-20 10:36:59 +0000
committerRoss Lagerwall <ross.lagerwall@citrix.com>2023-01-20 10:40:33 +0000
commit14cdba29ecd7448310fe4ff890e67830b1a40f64 (patch)
treefa8a212e877a40322ed6d13129d2c7d6536511c4 /tools
parent5fbc7b0d06228b3380f7d46b488081afe5158311 (diff)
downloadkeycodemapdb-14cdba29ecd7448310fe4ff890e67830b1a40f64.zip
keycodemapdb-14cdba29ecd7448310fe4ff890e67830b1a40f64.tar.gz
keycodemapdb-14cdba29ecd7448310fe4ff890e67830b1a40f64.tar.bz2
Use python3 binary rather than unversioned python
Some distros do not provide an unversioned python binary and it could point to either python2 or python3. Use python3 explicitly instead. Signed-off-by: Ross Lagerwall <ross.lagerwall@citrix.com>
Diffstat (limited to 'tools')
-rwxr-xr-xtools/keymap-gen2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/keymap-gen b/tools/keymap-gen
index 32407ac..b6cc95b 100755
--- a/tools/keymap-gen
+++ b/tools/keymap-gen
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python3
# -*- python -*-
#
# Keycode Map Generator