summaryrefslogtreecommitdiff
path: root/piglit-resume.py
diff options
context:
space:
mode:
authorDylan Baker <baker.dylan.c@gmail.com>2014-06-16 14:54:18 -0700
committerDylan Baker <baker.dylan.c@gmail.com>2014-06-19 18:13:20 -0700
commit40b5d5288991fec2cc76ea4af7050555be467126 (patch)
tree8b8a33196ff6087b254cab1b1f8d12075d8ba67d /piglit-resume.py
parent93e3108e37be988dc03eac3c7c8cf4aa3db7aa92 (diff)
python: change she-bang to python2
This replaces #!/usr/bin/env python with #!/usr/bin/env python2, which fixes the build on archlinux. This has been proposed before, but at that time debian didn't provide a python2 executable, so it would break debian. Debian sid as of today provides python2. v2: - fix piglit as well Signed-off-by: Dylan Baker <baker.dylan.c@gmail.com> Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
Diffstat (limited to 'piglit-resume.py')
-rwxr-xr-xpiglit-resume.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/piglit-resume.py b/piglit-resume.py
index 195a5dbed..6b78529fc 100755
--- a/piglit-resume.py
+++ b/piglit-resume.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
# Copyright (c) 2014 Intel Corporation