summaryrefslogtreecommitdiff
path: root/tools/scripts/make_glwrapper.py
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2016-10-17 20:13:18 +0200
committerGitHub <noreply@github.com>2016-10-17 20:13:18 +0200
commite96c49f849fd9c5e41c8284c7122ec94909badac (patch)
treee473a07559ec8d6fc1b98362a2a9badceab4309d /tools/scripts/make_glwrapper.py
parentc4b7c7d81bf3d4750aa5a824ec108ba121565c48 (diff)
parentfc8ccd5b8c8b779bffd0f4d7f22f2f964c939163 (diff)
Merge pull request #6850 from akien-mga/pr-scsub-shebang
SCsub: Add python shebang as a hint for syntax highlighting
Diffstat (limited to 'tools/scripts/make_glwrapper.py')
-rw-r--r--tools/scripts/make_glwrapper.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/scripts/make_glwrapper.py b/tools/scripts/make_glwrapper.py
index f3f8d39837..b4c582f1eb 100644
--- a/tools/scripts/make_glwrapper.py
+++ b/tools/scripts/make_glwrapper.py
@@ -1,4 +1,4 @@
-#! /usr/bin/python
+#! /usr/bin/env python
import sys
if (len(sys.argv)<2):