diff options
author | Fabian Groffen <grobian@gentoo.org> | 2017-12-01 19:05:29 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2017-12-01 19:06:45 +0100 |
commit | 25ceaf774dbfb9d5cf5803be66321c310bc6372a (patch) | |
tree | c96fb6becc263cbc568bf88c81c6417cf790fff2 /media-sound | |
parent | dev-vcs/cvs: configure needs bash, so force it (diff) | |
download | gentoo-25ceaf774dbfb9d5cf5803be66321c310bc6372a.tar.gz gentoo-25ceaf774dbfb9d5cf5803be66321c310bc6372a.tar.bz2 gentoo-25ceaf774dbfb9d5cf5803be66321c310bc6372a.zip |
media-sound/shntool: export CONFIG_SHELL to deal with /bin/sh not being bash
Package-Manager: Portage-2.3.13, Repoman-2.3.3
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/shntool/shntool-3.0.10-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-sound/shntool/shntool-3.0.10-r1.ebuild b/media-sound/shntool/shntool-3.0.10-r1.ebuild index 5e2ea531d5e9..69859ce07241 100644 --- a/media-sound/shntool/shntool-3.0.10-r1.ebuild +++ b/media-sound/shntool/shntool-3.0.10-r1.ebuild @@ -23,6 +23,6 @@ DEPEND="${RDEPEND}" DOCS="NEWS README ChangeLog AUTHORS doc/*" src_configure() { - unset CONFIG_SHELL # default to bash, bug #527310 + export CONFIG_SHELL=${BASH} # bug #527310 default } |