From: Emil Velikov Date: Wed, 22 Feb 2017 16:41:00 +0000 (+0000) Subject: glsl: remove shebang from python scripts X-Git-Tag: upstream/17.1.0~1551 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=56e58e01e4fff90f567be56b0774ec4eb0b6dd9c;p=platform%2Fupstream%2Fmesa.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 4ac1ffb..bde9c01 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 53207dd..ed99339 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