diff options
author | Zac Medico <zmedico@gentoo.org> | 2007-12-20 23:53:21 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2007-12-20 23:53:21 +0000 |
commit | e15afde0f436163f1b2916ab7c7cde19b22a2114 (patch) | |
tree | f4a64eb649b6be3bbee64d2b1dafcab3f111e051 | |
parent | 30998cab0a6c95d5a23d03e2cd695abff708c5fa (diff) | |
download | portage-e15afde0f436163f1b2916ab7c7cde19b22a2114.tar.gz portage-e15afde0f436163f1b2916ab7c7cde19b22a2114.tar.bz2 portage-e15afde0f436163f1b2916ab7c7cde19b22a2114.zip |
Hardcode #!/bin/bash for consistency with other scripts.
svn path=/main/trunk/; revision=9002
-rwxr-xr-x | bin/sed | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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$ |