summaryrefslogtreecommitdiff
path: root/servers/physics/SCsub
diff options
context:
space:
mode:
Diffstat (limited to 'servers/physics/SCsub')
-rw-r--r--servers/physics/SCsub4
1 files changed, 3 insertions, 1 deletions
diff --git a/servers/physics/SCsub b/servers/physics/SCsub
index 95296eadbe..c0ee2cc739 100644
--- a/servers/physics/SCsub
+++ b/servers/physics/SCsub
@@ -1,6 +1,8 @@
+#!/usr/bin/env python
+
Import('env')
-env.add_source_files(env.servers_sources,"*.cpp")
+env.add_source_files(env.servers_sources, "*.cpp")
Export('env')