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:54:42 (GMT)
committer Sascha Silbe <sascha-pgp@silbe.org>2010-07-29 17:54:42 (GMT)
commit99c79eeb14ed668d1f0d5a7306eb7894dd2ce7ae (patch)
tree87c3664bf6c9f30da03cebac6c25e434dd23bb21
parent4d886a5a970acf79e3d0e8121904dc531921f089 (diff)
mkenvdir, rainbow-{sugarize,xify}: hardcode Python path
Given that we already hardcode the Python path in the scripts that run with root rights, we can do the same for the others without loss of functionality (and Debian prefers it this way).
-rwxr-xr-xbin/mkenvdir2
-rwxr-xr-xbin/rainbow-sugarize2
-rwxr-xr-xbin/rainbow-xify2
3 files changed, 3 insertions, 3 deletions
diff --git a/bin/mkenvdir b/bin/mkenvdir
index 542400f..3b3b9ad 100755
--- a/bin/mkenvdir
+++ b/bin/mkenvdir
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python
import os, sys
from os.path import join, exists, isdir
from rainbow.util import make_dirs
diff --git a/bin/rainbow-sugarize b/bin/rainbow-sugarize
index 94446d5..275d164 100755
--- a/bin/rainbow-sugarize
+++ b/bin/rainbow-sugarize
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python
import sys
import pwd
diff --git a/bin/rainbow-xify b/bin/rainbow-xify
index c51c00c..c2f633e 100755
--- a/bin/rainbow-xify
+++ b/bin/rainbow-xify
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python
import sys
import pwd