Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/bin/rainbow-run
diff options
context:
space:
mode:
authorSascha Silbe <sascha-pgp@silbe.org>2010-07-29 17:37:36 (GMT)
committer Sascha Silbe <sascha-pgp@silbe.org>2010-07-29 17:45:18 (GMT)
commit5db5e82e90efe23bdf55674f3376557adf46f47f (patch)
tree58689aa8a4324cc77ff1bf2cb4b9f77517469ebb /bin/rainbow-run
parent074ea379ec0856b70a140c2cbbf14b4b8767ff0e (diff)
rainbow-{gc,run}: hardcode path to Python
rainbow-gc and rainbow-run are executed with elevated rights, so we shouldn't trust the environment (specifically PATH).
Diffstat (limited to 'bin/rainbow-run')
-rwxr-xr-xbin/rainbow-run2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/rainbow-run b/bin/rainbow-run
index 3ce2590..7f5241c 100755
--- a/bin/rainbow-run
+++ b/bin/rainbow-run
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python
import os
import sys