diff options
author | Martin Pitt <martin.pitt@ubuntu.com> | 2015-01-20 12:46:28 +0100 |
---|---|---|
committer | Martin Pitt <martin.pitt@ubuntu.com> | 2015-01-20 12:49:08 +0100 |
commit | 6c8f2e7d78b1fe280588dc91beae90cdf36fcd49 (patch) | |
tree | d2d9f30c090daf38395820163d4133b2c7ba825c /test/rule-syntax-check.py | |
parent | c6be83c16d605fb2e66b2a5a8ff0f4a7a6e0e1e4 (diff) |
test: Use configured Python
Don't hardcode "python" or /usr/bin/python, but use the configured $(PYTHON).
Diffstat (limited to 'test/rule-syntax-check.py')
-rw-r--r--[-rwxr-xr-x] | test/rule-syntax-check.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/rule-syntax-check.py b/test/rule-syntax-check.py index 8da38cd784..8c0180bd3c 100755..100644 --- a/test/rule-syntax-check.py +++ b/test/rule-syntax-check.py @@ -1,4 +1,3 @@ -#!/usr/bin/python # Simple udev rules syntax checker # # (C) 2010 Canonical Ltd. |