Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/commands/run
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2013-01-06 00:18:53 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2013-01-06 00:18:53 (GMT)
commitd424f48a08f1ae4ffc2b85e8dcccd4065ed2c5cc (patch)
treea0dbc5fe7e7476c2837be112d40153c477fc2040 /commands/run
parent158bab70abfafd544eac5528761ae3eaed9218a3 (diff)
Use env in the shebangs
Also remove -u, not necessary now that we are using logs.
Diffstat (limited to 'commands/run')
-rwxr-xr-xcommands/run2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/run b/commands/run
index ef8e9af..0097e2b 100755
--- a/commands/run
+++ b/commands/run
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
import sys