From 40b5d5288991fec2cc76ea4af7050555be467126 Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Mon, 16 Jun 2014 14:54:18 -0700 Subject: 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 Reviewed-by: Ilia Mirkin --- piglit-run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'piglit-run.py') diff --git a/piglit-run.py b/piglit-run.py index 7c2d71aef..4c0f87861 100755 --- a/piglit-run.py +++ b/piglit-run.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # Copyright (c) 2014 Intel Corporation -- cgit v1.2.3