diff options
| author | Rémi Verschelde | 2016-10-17 08:50:25 +0200 |
|---|---|---|
| committer | Rémi Verschelde | 2016-10-30 14:51:34 +0100 |
| commit | 5a49e45d213d57f82892c04b94497b37e9fa6229 (patch) | |
| tree | 75ef652853cc5c926288721326d904b8a34355f4 /tools/scripts/make_glwrapper.py | |
| parent | 7143401e25763720b74bbcaf24b7dc46b3b22292 (diff) | |
| download | godot-5a49e45d213d57f82892c04b94497b37e9fa6229.tar.gz godot-5a49e45d213d57f82892c04b94497b37e9fa6229.tar.zst godot-5a49e45d213d57f82892c04b94497b37e9fa6229.zip | |
SCsub: Add python shebang as a hint for syntax highlighting
Also switch existing shebangs to "better" /usr/bin/env python.
(cherry picked from commit fc8ccd5b8c8b779bffd0f4d7f22f2f964c939163)
Diffstat (limited to 'tools/scripts/make_glwrapper.py')
| -rw-r--r-- | tools/scripts/make_glwrapper.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/scripts/make_glwrapper.py b/tools/scripts/make_glwrapper.py index f3f8d3983..b4c582f1e 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): |
