summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2009-10-11 21:17:00 +0000
committerZac Medico <zmedico@gentoo.org>2012-05-21 15:32:25 -0700
commit54f9d424e40708537691ae12ba1c24416b4852ce (patch)
treec36832b81859fe958b9b469463a7e0a962f0a89c
parent33134306b3c4e293d527ddad005d8a4fee3cc246 (diff)
downloadportage-54f9d424e40708537691ae12ba1c24416b4852ce.tar.gz
portage-54f9d424e40708537691ae12ba1c24416b4852ce.tar.bz2
portage-54f9d424e40708537691ae12ba1c24416b4852ce.zip
Fix python shebangs. s:/usr/bin/env python:/usr/bin/python:
svn path=/main/trunk/; revision=14573
-rwxr-xr-xbin/check-implicit-pointer-usage.py2
-rwxr-xr-xbin/filter-bash-environment.py2
2 files changed, 2 insertions, 2 deletions
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$