commit:     b8d4c6c6f7715711e68ea83cffaa208cc70dd7ed
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 11 04:08:41 2022 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Mon Jul 11 04:08:41 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8d4c6c6

java-utils-2.eclass: drop pointless eend call

Closes: https://bugs.gentoo.org/842675
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 eclass/java-utils-2.eclass | 1 -
 1 file changed, 1 deletion(-)

diff --git a/eclass/java-utils-2.eclass b/eclass/java-utils-2.eclass
index 6576712e0104..4f50ce39c5dc 100644
--- a/eclass/java-utils-2.eclass
+++ b/eclass/java-utils-2.eclass
@@ -316,7 +316,6 @@ java-pkg_rm_files() {
                [[ ! -f "${filename}" ]] && die "${filename} is not a regular 
file. Aborting."
                einfo "Removing unneeded file ${filename}"
                rm -f "${S}/${filename}" || die "cannot remove ${filename}"
-               eend $?
        done
 }
 

Reply via email to