projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd25fb3
)
app-editors/emacs-vcs: Use bash -c rather than subshell.
author
Ulrich Müller
<ulm@gentoo.org>
Tue, 31 Jan 2017 06:08:43 +0000
(07:08 +0100)
committer
Ulrich Müller
<ulm@gentoo.org>
Tue, 31 Jan 2017 06:08:43 +0000
(07:08 +0100)
Package-Manager: Portage-2.3.3, Repoman-2.3.1
app-editors/emacs-vcs/emacs-vcs-26.0.9999.ebuild
patch
|
blob
|
history
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 cc111aa172c71ae99c139e71f3c23a5746b6980b..1dc6fab1f2448096dffbfd5efd6bc842d817d478 100644
(file)
--- 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