Skip to content

Commit

Permalink
dev-lang/spidermonkey:60 set both SHELL and CONFIG_SHELL to bash
Browse files Browse the repository at this point in the history
Ensure the requirement of bash for shell is satisfied in the environment
and build system once and for all.

Closes: https://bugs.gentoo.org/666732
Signed-off-by: Ian Stakenvicius <[email protected]>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
  • Loading branch information
axs-gentoo committed May 2, 2019
1 parent 4b78309 commit f76b0c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dev-lang/spidermonkey/spidermonkey-60.5.2_p0-r2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ pkg_pretend() {
pkg_setup(){
[[ ${MERGE_TYPE} == "binary" ]] || \
moz_pkgsetup
export SHELL="${EPREFIX}/bin/bash"
}

src_prepare() {
Expand Down

0 comments on commit f76b0c8

Please sign in to comment.