From: Fabian Groffen Date: Tue, 1 Aug 2017 11:15:09 +0000 (+0200) Subject: app-text/xmlto: fix bash fix for Prefix, bug #626766 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=e228c088d8366a6d03384fa2b38a6cc66285d701;p=gentoo.git app-text/xmlto: fix bash fix for Prefix, bug #626766 Package-Manager: Portage-2.3.6, Repoman-2.3.1 --- diff --git a/app-text/xmlto/xmlto-0.0.28-r1.ebuild b/app-text/xmlto/xmlto-0.0.28-r1.ebuild index 2a6d1da4312a..2e79b5582e6f 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 }