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>
Sun, 11 Oct 2009 21:17:00 +0000 (21:17 -0000)
svn path=/main/trunk/; revision=14573

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

index 65b0d12286d14c26c1d72b343e5f284fbcfe3e32..100c4a4b16f38a7831a6b60d34ac2f14bbe6672f 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 eedb0609751b24b61000d8c756b6ea8350ecce42..e919572c9486506e8a704490386c32cb35ce5c2e 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$