From: William Date: Sat, 30 Apr 2016 11:58:24 +0000 (+0200) Subject: www-client/firefox: specify SHELL on initial emake command in src_configure X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=e03852df1e01694f7cd091d75494809eb1c2bfcb;p=gentoo.git www-client/firefox: specify SHELL on initial emake command in src_configure Gentoo-Bug: https://bugs.gentoo.org/577776 Closes: https://github.com/gentoo/gentoo/pull/1380 Acked-by: Ian Stakenvicius Signed-off-by: Patrice Clement --- diff --git a/www-client/firefox/firefox-46.0.ebuild b/www-client/firefox/firefox-46.0.ebuild index 80407c0de119..52854ab11a2f 100644 --- a/www-client/firefox/firefox-46.0.ebuild +++ b/www-client/firefox/firefox-46.0.ebuild @@ -218,6 +218,7 @@ src_configure() { fi # workaround for funky/broken upstream configure... + SHELL="${SHELL:-${EPREFIX%/}/bin/bash}" \ emake -f client.mk configure }