Remove leading newline in SConstruct
Some editors don't recognize the shebang if it's not on the first line.
This commit is contained in:
parent
47e5b43160
commit
f6232efed9
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
EnsureSConsVersion(0, 98, 1)
|
EnsureSConsVersion(0, 98, 1)
|
||||||
|
|
Loading…
Reference in New Issue