diff options
author | George Marques <george@gmarqu.es> | 2017-11-13 02:04:18 -0200 |
---|---|---|
committer | George Marques <george@gmarqu.es> | 2017-11-13 02:04:18 -0200 |
commit | f6232efed99d8190864564a0886764d88e2a58dc (patch) | |
tree | 1c9053ca7ec1a3ff8b1886608b69eda704ee480e /SConstruct | |
parent | 47e5b43160128ea6e466ad70952078ff386718cd (diff) | |
download | redot-engine-f6232efed99d8190864564a0886764d88e2a58dc.tar.gz |
Remove leading newline in SConstruct
Some editors don't recognize the shebang if it's not on the first line.
Diffstat (limited to 'SConstruct')
-rw-r--r-- | SConstruct | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct index 9d536e0d16..7a28a1a64c 100644 --- a/SConstruct +++ b/SConstruct @@ -1,4 +1,3 @@ - #!/usr/bin/env python EnsureSConsVersion(0, 98, 1) |