mapi/gen: remove shebang from the marshal generator scripts
authorEmil Velikov <emil.velikov@collabora.com>
Tue, 22 Aug 2017 10:39:37 +0000 (11:39 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Sat, 26 Aug 2017 10:20:08 +0000 (11:20 +0100)
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@collabora.com>
Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
src/mapi/glapi/gen/gl_marshal.py
src/mapi/glapi/gen/gl_marshal_h.py
src/mapi/glapi/gen/marshal_XML.py

index efa4d9e6f90d3f8cb0cc8db1d54066da57277e9b..6a2c0d7b3144c70931219e0a86073bc826b376b7 100644 (file)
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 
 # Copyright (C) 2012 Intel Corporation
 #
index 6e39148d29a9395feb444b0f9125732e7f83c35d..998ca5930d49c9107c6868da829c1506b0979014 100644 (file)
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 
 # Copyright (C) 2012 Intel Corporation
 #
index 80f7f542e43da54770c50fc06f8758707e121a45..d761e58ce830d95ea4d1b57ac19e0f605da5b4fd 100644 (file)
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 
 # Copyright (C) 2012 Intel Corporation
 #