summaryrefslogtreecommitdiffstats
path: root/bin/filter-bash-environment.py
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/filter-bash-environment.py
parent5638c48039f0cd68e159ebf475c35277db23db0a (diff)
downloadportage-81748795daf2672431ac94380bddadb782a54416.tar.gz
portage-81748795daf2672431ac94380bddadb782a54416.tar.bz2
portage-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/filter-bash-environment.py')
-rwxr-xr-xbin/filter-bash-environment.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/filter-bash-environment.py b/bin/filter-bash-environment.py
index eedb06097..e919572c9 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$