From 346a674f0e1c2d40fb73adc0ae527e52a53bc892 Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Sun, 22 Dec 2019 12:02:34 +0100 Subject: elisp-common.eclass: Add missing argument to eend. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Thanks to mgorny for pointing this out. Signed-off-by: Ulrich Müller --- eclass/elisp-common.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'eclass') diff --git a/eclass/elisp-common.eclass b/eclass/elisp-common.eclass index a4bff25f165a..b5ea21cb22bf 100644 --- a/eclass/elisp-common.eclass +++ b/eclass/elisp-common.eclass @@ -457,7 +457,7 @@ elisp-site-regen() { # was actually no change. # A case is a remerge where we have doubled output. rm -f "${T}"/site-gentoo.el - eend + eend 0 einfo "... no changes." else mv "${T}"/site-gentoo.el "${sitelisp}"/site-gentoo.el -- cgit v1.2.3-65-gdbad