From: Ulrich Müller Date: Tue, 31 Jan 2017 06:08:43 +0000 (+0100) Subject: app-editors/emacs-vcs: Use bash -c rather than subshell. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=8f6cd74f9832b76a0964a00821113364805fc717;p=gentoo.git app-editors/emacs-vcs: Use bash -c rather than subshell. Package-Manager: Portage-2.3.3, Repoman-2.3.1 --- diff --git a/app-editors/emacs-vcs/emacs-vcs-26.0.9999.ebuild b/app-editors/emacs-vcs/emacs-vcs-26.0.9999.ebuild index cc111aa172c7..1dc6fab1f244 100644 --- a/app-editors/emacs-vcs/emacs-vcs-26.0.9999.ebuild +++ b/app-editors/emacs-vcs/emacs-vcs-26.0.9999.ebuild @@ -116,7 +116,7 @@ src_prepare() { [[ ${FULL_VERSION} =~ ^${PV%.*}(\..*)?$ ]] \ || die "Upstream version number changed to ${FULL_VERSION}" - ( autoreconf() { :; }; . autogen.sh --no-check ) || die #605400 + bash -c "autoreconf() { :; }; . autogen.sh --no-check" || die #605400 fi eapply_user