From: Emil Velikov Date: Tue, 22 Aug 2017 10:39:37 +0000 (+0100) Subject: mapi/gen: remove shebang from the marshal generator scripts X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=10524d105de7080fd4f85e9ba8d1d149f765433f;p=mesa.git 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 Reviewed-by: Eric Engestrom Reviewed-by: Nicolai Hähnle --- diff --git a/src/mapi/glapi/gen/gl_marshal.py b/src/mapi/glapi/gen/gl_marshal.py index efa4d9e6f90..6a2c0d7b314 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 6e39148d29a..998ca5930d4 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 80f7f542e43..d761e58ce83 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 #