Skip to content

Commit

Permalink
app-editors/emacs-vcs: Use bash -c rather than subshell.
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.3, Repoman-2.3.1
  • Loading branch information
ulm committed Jan 31, 2017
1 parent bd25fb3 commit 8f6cd74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app-editors/emacs-vcs/emacs-vcs-26.0.9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8f6cd74

Please sign in to comment.