From: Zac Medico Date: Thu, 20 Dec 2007 23:53:57 +0000 (-0000) Subject: Hardcode #!/bin/bash for consistency with other scripts. (trunk r9002) X-Git-Tag: v2.1.4~73 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=01bf3fe8e9e466b813ed8eeb3807265f0e7ffcc0;p=portage.git Hardcode #!/bin/bash for consistency with other scripts. (trunk r9002) svn path=/main/branches/2.1.2/; revision=9003 --- diff --git a/bin/sed b/bin/sed index fa485ea84..6fc545002 100755 --- a/bin/sed +++ b/bin/sed @@ -1,4 +1,4 @@ -#!/usr/bin/env bash +#!/bin/bash # Copyright 2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$