From 99c79eeb14ed668d1f0d5a7306eb7894dd2ce7ae Mon Sep 17 00:00:00 2001 From: Sascha Silbe Date: Thu, 29 Jul 2010 17:54:42 +0000 Subject: 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). --- 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 -- cgit v0.9.1