commit | 3e67e5c9928f8b1e1c5a63def88d53ed1fed12eb | [log] [tgz] |
---|---|---|
author | Jörg Thalheim <Mic92@users.noreply.github.com> | Mon May 01 02:26:56 2017 +0200 |
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | Sun Apr 30 20:26:56 2017 -0400 |
tree | ed8167b908dc274da6635b3e192ea214b72ab0b1 | |
parent | db374ff564e509be86ed22667de1c245ad2c5387 [diff] [blame] |
more portable python shebangs (#5816) This is useful on systems like NixOS, where python3 is not in /usr/bin/python3 as well as for people using alternative ways to install python such as virtualenv/pyenv.
diff --git a/test/rule-syntax-check.py b/test/rule-syntax-check.py index dab01f1..14739df 100755 --- a/test/rule-syntax-check.py +++ b/test/rule-syntax-check.py
@@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/env python3 # Simple udev rules syntax checker # # (C) 2010 Canonical Ltd.