projects
/
platform
/
upstream
/
libxkbcommon.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0609073
)
test: xkeyboard-config: invoke the python3 command (#120)
author
Peter Hutterer
<peter.hutterer@who-t.net>
Fri, 1 Nov 2019 08:41:16 +0000
(18:41 +1000)
committer
Ran Benita
<ran@unusedvar.com>
Fri, 1 Nov 2019 08:41:16 +0000
(10:41 +0200)
python3 is always python3, but python could be python2 in some cases. Or just
missing (e.g. RHEL8).
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
test/xkeyboard-config-test.py.in
patch
|
blob
|
history
diff --git
a/test/xkeyboard-config-test.py.in
b/test/xkeyboard-config-test.py.in
index 9241ee2e4ffaf16d0a3b82bc4de368600b9f3205..26d3a301d2efd11a925d8542c0df363327b63ba1 100755
(executable)
--- a/
test/xkeyboard-config-test.py.in
+++ b/
test/xkeyboard-config-test.py.in
@@
-1,4
+1,4
@@
-#!/usr/bin/env python
+#!/usr/bin/env python
3
import argparse
import sys
import subprocess