From: Zac Medico Date: Sun, 11 Oct 2009 21:17:22 +0000 (-0000) Subject: Fix python shebangs. s:/usr/bin/env python:/usr/bin/python: (trunk r14573) X-Git-Tag: v2.1.7.1~10 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=81748795daf2672431ac94380bddadb782a54416;p=portage.git Fix python shebangs. s:/usr/bin/env python:/usr/bin/python: (trunk r14573) svn path=/main/branches/2.1.7/; revision=14574 --- diff --git a/bin/check-implicit-pointer-usage.py b/bin/check-implicit-pointer-usage.py index 65b0d1228..100c4a4b1 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 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$