nir: remove shebang from python scripts
authorEmil Velikov <emil.velikov@collabora.com>
Wed, 22 Feb 2017 16:39:13 +0000 (16:39 +0000)
committerEmil Velikov <emil.l.velikov@gmail.com>
Fri, 10 Mar 2017 14:12:47 +0000 (14:12 +0000)
Analogous to earlier commit(s).

Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
src/compiler/nir/nir_algebraic.py
src/compiler/nir/nir_builder_opcodes_h.py
src/compiler/nir/nir_constant_expressions.py
src/compiler/nir/nir_opcodes.py
src/compiler/nir/nir_opcodes_c.py
src/compiler/nir/nir_opcodes_h.py
src/compiler/nir/nir_opt_algebraic.py
src/mapi/mapi_abi.py

index 8c7fbc819476abfad37f04bc9fe8e7e745597768..d6784df004e14e69c082df6213a2ce3df4b2b5d1 100644 (file)
@@ -1,4 +1,3 @@
-#! /usr/bin/env python
 #
 # Copyright (C) 2014 Intel Corporation
 #
index 42eb6e0b0979f9d244834070d79e45d4fdfa3839..bdabe578ce2c4f706a32d47911a1d5af1fc3a9e8 100644 (file)
@@ -1,4 +1,3 @@
-#! /usr/bin/env python
 
 template = """\
 /* Copyright (C) 2015 Broadcom
index 273d6ce6a78df14dca20589dce5d783aa89bd8ca..3da20fd503b6e71e94916e3969036e07f0afa33d 100644 (file)
@@ -1,4 +1,3 @@
-#! /usr/bin/python2
 
 def type_has_size(type_):
     return type_[-1:].isdigit()
index b116fcffcc740ca9719c4bea9fecf4d6c0cd5705..8cad74832a6d29a5886588063b3121e92696bc27 100644 (file)
@@ -1,4 +1,3 @@
-#! /usr/bin/env python
 #
 # Copyright (C) 2014 Connor Abbott
 #
index 7049c5be6768ae4f336db01085bd9fab4a989fce..5f8bdc12a078fa6032680e8c1727414d97ed62c7 100644 (file)
@@ -1,4 +1,3 @@
-#! /usr/bin/env python
 #
 # Copyright (C) 2014 Connor Abbott
 #
index be15a96d2365665cc75c46e08a4ecaf662052f6e..c9538e4e957fa23798e74bf647811114555fcdfc 100644 (file)
@@ -1,4 +1,3 @@
-#! /usr/bin/env python
 
 template = """\
 /* Copyright (C) 2014 Connor Abbott
index d3eaa1f1f2c0676ef5414d4b6a895a9d98dc58d5..f60c338b6246ad6f9cbf001ea2e8f23515c3626b 100644 (file)
@@ -1,4 +1,3 @@
-#! /usr/bin/env python
 #
 # Copyright (C) 2014 Intel Corporation
 #
index 012a5c3f44c7b3703a05c5c0c495f22c078f53bf..2343182d1169fb6a69c0cd6de5597604636f7e2e 100644 (file)
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 
 # Mesa 3-D graphics library
 #