summaryrefslogtreecommitdiffstats
path: root/src/mapi/glapi/gen/gl_marshal.py
diff options
context:
space:
mode:
authorEmil Velikov <[email protected]>2017-08-22 11:39:37 +0100
committerEmil Velikov <[email protected]>2017-08-26 11:20:08 +0100
commit10524d105de7080fd4f85e9ba8d1d149f765433f (patch)
treea9d0eadb9f375565a7d0c1f1eef83fdef896ee4a /src/mapi/glapi/gen/gl_marshal.py
parente3962653685fcf7b8a913d4f895b3d0af82fa5b4 (diff)
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 <[email protected]> Reviewed-by: Eric Engestrom <[email protected]> Reviewed-by: Nicolai Hähnle <[email protected]>
Diffstat (limited to 'src/mapi/glapi/gen/gl_marshal.py')
-rw-r--r--src/mapi/glapi/gen/gl_marshal.py1
1 files changed, 0 insertions, 1 deletions
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
#