commit: 1307044f212d6297c8f9b5f8d806e40c6fa76199
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 11 10:35:22 2015 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Sun Oct 11 10:35:22 2015 +0000
URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=1307044f
sys-libs/ncurses: use BASH since bin/bash may not exist yet (bootstrap)
Package-Manager: portage-2.2.20-prefix
sys-libs/ncurses/ncurses-6.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-libs/ncurses/ncurses-6.0-r1.ebuild
b/sys-libs/ncurses/ncurses-6.0-r1.ebuild
index 0b7ca5a..784f597 100644
--- a/sys-libs/ncurses/ncurses-6.0-r1.ebuild
+++ b/sys-libs/ncurses/ncurses-6.0-r1.ebuild
@@ -176,7 +176,7 @@ do_configure() {
# Force bash until upstream rebuilds the configure script with a newer
# version of autotools. #545532
- CONFIG_SHELL=${EPREFIX}/bin/bash \
+ CONFIG_SHELL=${BASH} \
ECONF_SOURCE=${S} \
econf "${conf[@]}" "$@"
}