Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
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
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).
-rwxr-xr-xbin/rainbow-gc2
-rwxr-xr-xbin/rainbow-run2
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/rainbow-gc b/bin/rainbow-gc
index 82a5cd7..60a4ebe 100755
--- a/bin/rainbow-gc
+++ b/bin/rainbow-gc
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python
import sys
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