summaryrefslogtreecommitdiff
path: root/udev
diff options
context:
space:
mode:
authorGabriel Laskar <gabriel@lse.epita.fr>2017-05-14 16:33:17 +0200
committerPeter Hutterer <peter.hutterer@who-t.net>2017-05-15 10:22:09 +1000
commitcef2a0952462a29ec267909d95da1bc2900b18f1 (patch)
treef112af30972d9a85cc4442cd53547b5b9d07d2a9 /udev
parent3236ee0d905dc24421d01b81e1792a72dd7dae31 (diff)
udev/hwdb_parser.py: use python3 from env instead of /usr/bin
python installation does not always lives in /usr/bin, this allows to use virtualenv for example. Signed-off-by: Gabriel Laskar <gabriel@lse.epita.fr> Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'udev')
-rwxr-xr-xudev/parse_hwdb.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/udev/parse_hwdb.py b/udev/parse_hwdb.py
index 97f04f4..b4f0b1b 100755
--- a/udev/parse_hwdb.py
+++ b/udev/parse_hwdb.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
# vim: set expandtab shiftwidth=4:
# -*- Mode: python; coding: utf-8; indent-tabs-mode: nil -*- */
#