SCsub: Add python shebang as a hint for syntax highlighting

Also switch existing shebangs to "better" /usr/bin/env python.
This commit is contained in:
Rémi Verschelde
2016-10-17 08:50:25 +02:00
parent bf1b857693
commit d8e7cd230d

2
SCsub
View File

@@ -1,3 +1,5 @@
#!/usr/bin/env python
Import('env')
env.add_source_files(env.modules_sources, "*.cpp")