commit: e228c088d8366a6d03384fa2b38a6cc66285d701
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 1 11:15:09 2017 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Thu Aug 3 07:31:16 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e228c088
app-text/xmlto: fix bash fix for Prefix, bug #626766
Package-Manager: Portage-2.3.6, Repoman-2.3.1
app-text/xmlto/xmlto-0.0.28-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-text/xmlto/xmlto-0.0.28-r1.ebuild
b/app-text/xmlto/xmlto-0.0.28-r1.ebuild
index 2a6d1da4312..2e79b5582e6 100644
--- a/app-text/xmlto/xmlto-0.0.28-r1.ebuild
+++ b/app-text/xmlto/xmlto-0.0.28-r1.ebuild
@@ -34,7 +34,7 @@ src_prepare() {
src_configure() {
# We don't want the script to detect /bin/sh if it is bash.
- export ac_cv_path_BASH=/bin/bash
+ export ac_cv_path_BASH=${BASH}
has_version sys-apps/util-linux || export GETOPT=getopt-long
econf
}