glsl: remove shebang from python scripts
authorEmil Velikov <emil.velikov@collabora.com>
Wed, 22 Feb 2017 16:41:00 +0000 (16:41 +0000)
committerEmil Velikov <emil.l.velikov@gmail.com>
Fri, 10 Mar 2017 14:12:46 +0000 (14:12 +0000)
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 <emil.velikov@collabora.com>
Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
src/compiler/glsl/ir_expression_operation.py
src/compiler/glsl/tests/compare_ir.py

index 4ac1ffb..bde9c01 100644 (file)
@@ -1,4 +1,3 @@
-#! /usr/bin/env python
 #
 # Copyright (C) 2015 Intel Corporation
 #
index 53207dd..ed99339 100644 (file)
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # coding=utf-8
 #
 # Copyright © 2011 Intel Corporation