summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2017-12-01 19:05:29 +0100
committerFabian Groffen <grobian@gentoo.org>2017-12-01 19:06:45 +0100
commit25ceaf774dbfb9d5cf5803be66321c310bc6372a (patch)
treec96fb6becc263cbc568bf88c81c6417cf790fff2 /media-sound/shntool
parentdev-vcs/cvs: configure needs bash, so force it (diff)
downloadgentoo-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/shntool')
-rw-r--r--media-sound/shntool/shntool-3.0.10-r1.ebuild2
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
}