From: Emil Velikov Date: Wed, 22 Feb 2017 16:41:00 +0000 (+0000) Subject: glsl: remove shebang from python scripts X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=56e58e01e4fff90f567be56b0774ec4eb0b6dd9c;p=mesa.git glsl: remove shebang from python scripts All of the scripts are [must be] executed via $PYTHON2 [or equivalent] hence why they are missing the execute bit. Signed-off-by: Emil Velikov Reviewed-by: Eric Engestrom --- diff --git a/src/compiler/glsl/ir_expression_operation.py b/src/compiler/glsl/ir_expression_operation.py index 4ac1ffbda1b..bde9c01db9b 100644 --- a/src/compiler/glsl/ir_expression_operation.py +++ b/src/compiler/glsl/ir_expression_operation.py @@ -1,4 +1,3 @@ -#! /usr/bin/env python # # Copyright (C) 2015 Intel Corporation # diff --git a/src/compiler/glsl/tests/compare_ir.py b/src/compiler/glsl/tests/compare_ir.py index 53207dd2ccb..ed993396e41 100644 --- a/src/compiler/glsl/tests/compare_ir.py +++ b/src/compiler/glsl/tests/compare_ir.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # coding=utf-8 # # Copyright © 2011 Intel Corporation