From d5fde6c48b4b6758d1f31dc2f401fa8c63843735 Mon Sep 17 00:00:00 2001 From: Kester Maddock Date: Sun, 16 May 2004 13:07:20 +0000 Subject: Added #!/usr/bin/python standard script identifier to the start of SConscript files. Makes text editors identify SConscripts as Python, and syntax highlight properly. --- extern/SConscript | 1 + 1 file changed, 1 insertion(+) (limited to 'extern/SConscript') diff --git a/extern/SConscript b/extern/SConscript index 180c41b5c40..4d58ee6447d 100644 --- a/extern/SConscript +++ b/extern/SConscript @@ -1,2 +1,3 @@ +#!/usr/bin/python SConscript(['qhull/SConscript', 'solid/SConscript']) \ No newline at end of file -- cgit v1.2.3