From: Zac Medico Date: Sun, 11 Oct 2009 21:17:00 +0000 (+0000) Subject: Fix python shebangs. s:/usr/bin/env python:/usr/bin/python: X-Git-Tag: v2.1.6.7_p1~4 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=54f9d424e40708537691ae12ba1c24416b4852ce;p=portage.git Fix python shebangs. s:/usr/bin/env python:/usr/bin/python: svn path=/main/trunk/; revision=14573 --- diff --git a/bin/check-implicit-pointer-usage.py b/bin/check-implicit-pointer-usage.py index c462329e4..6ee9e57be 100755 --- a/bin/check-implicit-pointer-usage.py +++ b/bin/check-implicit-pointer-usage.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python # Ripped from HP and updated from Debian # Update by Gentoo to support unicode output diff --git a/bin/filter-bash-environment.py b/bin/filter-bash-environment.py index 11419fddc..f5e335313 100755 --- a/bin/filter-bash-environment.py +++ b/bin/filter-bash-environment.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$