From 6c8f2e7d78b1fe280588dc91beae90cdf36fcd49 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Tue, 20 Jan 2015 12:46:28 +0100 Subject: test: Use configured Python Don't hardcode "python" or /usr/bin/python, but use the configured $(PYTHON). --- test/rule-syntax-check.py | 1 - 1 file changed, 1 deletion(-) mode change 100755 => 100644 test/rule-syntax-check.py (limited to 'test/rule-syntax-check.py') diff --git a/test/rule-syntax-check.py b/test/rule-syntax-check.py old mode 100755 new mode 100644 index 8da38cd784..8c0180bd3c --- 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. -- cgit v1.2.3-54-g00ecf