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 /modules/cscript/SCsub | |
| 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 'modules/cscript/SCsub')
| -rw-r--r-- | modules/cscript/SCsub | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/cscript/SCsub b/modules/cscript/SCsub index 9ff13fc43..088240676 100644 --- a/modules/cscript/SCsub +++ b/modules/cscript/SCsub @@ -1,3 +1,5 @@ +#!/usr/bin/env python + Import('env') env.add_source_files(env.modules_sources, "*.cpp") |
