summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2009-10-11 21:17:22 +0000
committerZac Medico <zmedico@gentoo.org>2009-10-11 21:17:22 +0000
commit81748795daf2672431ac94380bddadb782a54416 (patch)
tree30c879ec007d56fe1377dacc1815fdf8e50fd607 /bin
parentAdd some more EPYTHON safety. (trunk r14570) (diff)
downloadportage-multirepo-81748795daf2672431ac94380bddadb782a54416.tar.gz
portage-multirepo-81748795daf2672431ac94380bddadb782a54416.tar.bz2
portage-multirepo-81748795daf2672431ac94380bddadb782a54416.zip
Fix python shebangs. s:/usr/bin/env python:/usr/bin/python: (trunk r14573)
svn path=/main/branches/2.1.7/; revision=14574
Diffstat (limited to 'bin')
-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 65b0d122..100c4a4b 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 eedb0609..e919572c 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$