summaryrefslogtreecommitdiffstats
path: root/SConstruct
diff options
context:
space:
mode:
authorGeorge Marques <george@gmarqu.es>2017-11-13 02:04:18 -0200
committerGeorge Marques <george@gmarqu.es>2017-11-13 02:04:18 -0200
commitf6232efed99d8190864564a0886764d88e2a58dc (patch)
tree1c9053ca7ec1a3ff8b1886608b69eda704ee480e /SConstruct
parent47e5b43160128ea6e466ad70952078ff386718cd (diff)
downloadredot-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--SConstruct1
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)