Fix python shebangs. s:/usr/bin/env python:/usr/bin/python:
authorZac Medico <zmedico@gentoo.org>
Sun, 11 Oct 2009 21:17:00 +0000 (21:17 +0000)
committerZac Medico <zmedico@gentoo.org>
Mon, 21 May 2012 22:32:25 +0000 (15:32 -0700)
svn path=/main/trunk/; revision=14573

bin/check-implicit-pointer-usage.py
bin/filter-bash-environment.py

index c462329e463cac09fc22e21f18fe27fc39a9a18b..6ee9e57be7d6776144569ccea93f93c4e21da958 100755 (executable)
@@ -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
index 11419fddca6e861211a4b19b18a542e192dfda61..f5e335313879c32d41ca9d12bd091cecaac4c678 100755 (executable)
@@ -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$