Mesa (master): mapi/gen: remove shebang from the marshal generator scripts

Emil Velikov evelikov at kemper.freedesktop.org
Sat Aug 26 10:26:03 UTC 2017


Module: Mesa
Branch: master
Commit: 10524d105de7080fd4f85e9ba8d1d149f765433f
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=10524d105de7080fd4f85e9ba8d1d149f765433f

Author: Emil Velikov <emil.velikov at collabora.com>
Date:   Tue Aug 22 11:39:37 2017 +0100

mapi/gen: remove shebang from the marshal generator scripts

The scripts are invoked with the correct version of python and are
missing the execute bit.

Follow the rest of Mesa and drop the shebang line.

Signed-off-by: Emil Velikov <emil.velikov at collabora.com>
Reviewed-by: Eric Engestrom <eric.engestrom at imgtec.com>
Reviewed-by: Nicolai Hähnle <nicolai.haehnle at amd.com>

---

 src/mapi/glapi/gen/gl_marshal.py   | 1 -
 src/mapi/glapi/gen/gl_marshal_h.py | 1 -
 src/mapi/glapi/gen/marshal_XML.py  | 1 -
 3 files changed, 3 deletions(-)

diff --git a/src/mapi/glapi/gen/gl_marshal.py b/src/mapi/glapi/gen/gl_marshal.py
index efa4d9e6f9..6a2c0d7b31 100644
--- a/src/mapi/glapi/gen/gl_marshal.py
+++ b/src/mapi/glapi/gen/gl_marshal.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 
 # Copyright (C) 2012 Intel Corporation
 #
diff --git a/src/mapi/glapi/gen/gl_marshal_h.py b/src/mapi/glapi/gen/gl_marshal_h.py
index 6e39148d29..998ca5930d 100644
--- a/src/mapi/glapi/gen/gl_marshal_h.py
+++ b/src/mapi/glapi/gen/gl_marshal_h.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 
 # Copyright (C) 2012 Intel Corporation
 #
diff --git a/src/mapi/glapi/gen/marshal_XML.py b/src/mapi/glapi/gen/marshal_XML.py
index 80f7f542e4..d761e58ce8 100644
--- a/src/mapi/glapi/gen/marshal_XML.py
+++ b/src/mapi/glapi/gen/marshal_XML.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 
 # Copyright (C) 2012 Intel Corporation
 #




More information about the mesa-commit mailing list