[PATCH aiaiai 3/9] aiaiai-diff-log-helper: explicitely call out python2

Jacob Keller jacob.e.keller at intel.com
Wed Apr 9 15:26:07 PDT 2014


Since this script is not a python3 script, (it runs in python2!) then we
shouldn't rely on "/usr/bin/env python" to always land us on a python2
installation, as some machines may have installed python3, and
configured their default python to be the python3 executable.

Signed-off-by: Jacob Keller <jacob.e.keller at intel.com>
---
 helpers/aiaiai-diff-log-helper | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helpers/aiaiai-diff-log-helper b/helpers/aiaiai-diff-log-helper
index 23723914b64b..47717345a07b 100755
--- a/helpers/aiaiai-diff-log-helper
+++ b/helpers/aiaiai-diff-log-helper
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
 # -*- coding: utf-8 -*-
 
 """
-- 
1.8.3.1




More information about the aiaiai mailing list