]> www.infradead.org Git - users/dedekind/aiaiai.git/commitdiff
aiaiai-diff-log-helper: explicitely call out python2
authorJacob Keller <jacob.e.keller@intel.com>
Wed, 9 Apr 2014 22:26:07 +0000 (15:26 -0700)
committerArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Fri, 25 Apr 2014 22:37:47 +0000 (15:37 -0700)
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@intel.com>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
helpers/aiaiai-diff-log-helper

index 5145a0b081932bcdc1ee0aa053bf194d09c772aa..93623e2675b5af6c837d9af38705e04c2d3569f6 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
 # -*- coding: utf-8 -*-
 
 """