eutils.eclass: More reliable return status for e*_clean functions.
authorUlrich Müller <ulm@gentoo.org>
Fri, 16 Feb 2018 06:47:46 +0000 (07:47 +0100)
committerUlrich Müller <ulm@gentoo.org>
Fri, 2 Mar 2018 08:33:23 +0000 (09:33 +0100)
commit437fa331a8d9ed4259949e3731b2eab330b69f2a
treedd290073d0a089fb68a3579f8ae70dbce94636d4
parent8fba5f1db9366425301c95de6f8482ca012281f3
eutils.eclass: More reliable return status for e*_clean functions.

In ecvs_clean, combine the two find commands into one, so that the
exit status of the first one won't be ignored.

Also use find -exec rather then find | xargs, so we don't have to
check the exit status of all commands in the pipeline.
eclass/eutils.eclass