commit: 2c3d2dc5c1637afc788142155234436f068f9016 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org> AuthorDate: Mon Jun 3 18:59:47 2019 +0000 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org> CommitDate: Mon Jun 3 18:59:47 2019 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=2c3d2dc5
bin/save-ebuild-env: fix shebang Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org> bin/save-ebuild-env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/save-ebuild-env.sh b/bin/save-ebuild-env.sh index 1cfd79f23..7d7235f23 100755 --- a/bin/save-ebuild-env.sh +++ b/bin/save-ebuild-env.sh @@ -1,4 +1,4 @@ -#!@PORTAGE_PREFIX_BASH@ +#!@PORTAGE_BASH@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2
