Re: [gentoo-dev] [PATCH 3/3] texlive-module.eclass: include PIPESTATUS in die message

2024-05-20 Thread Ulrich Mueller
> On Mon, 20 May 2024, Florian Schmaus wrote: > - [[ "${PIPESTATUS[*]}" == "0 "[01]" 0" ]] > - eend $? || die "error installing man pages" > + [[ "${pipestatus}" == "0 "[01]" 0" ]] Quotes around ${pipestatus} are redundant. > +

[gentoo-dev] [PATCH 3/3] texlive-module.eclass: include PIPESTATUS in die message

2024-05-20 Thread Florian Schmaus
Signed-off-by: Florian Schmaus --- eclass/texlive-module.eclass | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/eclass/texlive-module.eclass b/eclass/texlive-module.eclass index 7d40bfc58994..98c28f578216 100644 --- a/eclass/texlive-module.eclass +++ b/eclass/texlive-modu