From e228c088d8366a6d03384fa2b38a6cc66285d701 Mon Sep 17 00:00:00 2001 From: Fabian Groffen Date: Tue, 1 Aug 2017 13:15:09 +0200 Subject: [PATCH] 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 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 } -- 2.26.2