Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:prefix commit in: bin/
Date: Mon, 03 Jun 2019 19:00:21
Message-Id: 1559588387.2c3d2dc5c1637afc788142155234436f068f9016.grobian@gentoo
1 commit: 2c3d2dc5c1637afc788142155234436f068f9016
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 3 18:59:47 2019 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 3 18:59:47 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=2c3d2dc5
7
8 bin/save-ebuild-env: fix shebang
9
10 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
11
12 bin/save-ebuild-env.sh | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/bin/save-ebuild-env.sh b/bin/save-ebuild-env.sh
16 index 1cfd79f23..7d7235f23 100755
17 --- a/bin/save-ebuild-env.sh
18 +++ b/bin/save-ebuild-env.sh
19 @@ -1,4 +1,4 @@
20 -#!@PORTAGE_PREFIX_BASH@
21 +#!@PORTAGE_BASH@
22 # Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2