diff options
author | Emil Velikov <[email protected]> | 2017-02-22 16:30:48 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2017-03-10 14:12:47 +0000 |
commit | 68c38b24314d81af99aa718345043324eaa3448a (patch) | |
tree | fe7e61d94161aba2fa16f71c78fc65613f68d6c2 /src/mapi/glapi/gen/gl_XML.py | |
parent | 9a502f5c47211366ab5b35d185d80b4b69089dd8 (diff) |
mapi/gen: remove shebang from python scripts
All of those should be executed $PYTHON2/python2 [or equivalent] hence
why they are missing the execute bit.
Signed-off-by: Emil Velikov <[email protected]>
Reviewed-by: Eric Engestrom <[email protected]>
Diffstat (limited to 'src/mapi/glapi/gen/gl_XML.py')
-rw-r--r-- | src/mapi/glapi/gen/gl_XML.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mapi/glapi/gen/gl_XML.py b/src/mapi/glapi/gen/gl_XML.py index 8036a0281fa..c688906e884 100644 --- a/src/mapi/glapi/gen/gl_XML.py +++ b/src/mapi/glapi/gen/gl_XML.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # (C) Copyright IBM Corporation 2004, 2005 # All Rights Reserved. |