From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B86A21581D3 for ; Mon, 20 May 2024 16:35:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8CA5DE2A13; Mon, 20 May 2024 16:35:38 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3FDB7E29E3 for ; Mon, 20 May 2024 16:35:38 +0000 (UTC) From: Ulrich Mueller To: Florian Schmaus Cc: gentoo-dev@lists.gentoo.org, tex@gentoo.org Subject: Re: [gentoo-dev] [PATCH 3/3] texlive-module.eclass: include PIPESTATUS in die message In-Reply-To: <20240520111019.418462-3-flow@gentoo.org> (Florian Schmaus's message of "Mon, 20 May 2024 13:10:19 +0200") References: <20240520111019.418462-1-flow@gentoo.org> <20240520111019.418462-3-flow@gentoo.org> Date: Mon, 20 May 2024 18:35:27 +0200 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Archives-Salt: 2ceecd8f-d0e4-487f-894b-6db82f5efa32 X-Archives-Hash: ef8a255492ae4f79e3f67e5834542591 --=-=-= Content-Type: text/plain >>>>> 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. > + eend $? || die "error installing man pages (pipestatus: ${pipestatus})" --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQFDBAEBCAAtFiEEtDnZ1O9xIP68rzDbUYgzUIhBXi4FAmZLe88PHHVsbUBnZW50 b28ub3JnAAoJEFGIM1CIQV4u0xAIAMBFhe8WkvCrktd+ePgJnHdaA5sTWsEkc2N+ CS5hbAF7Xhs4sYCxRPa5NBaL2PGh7zBNgW8Gkjui6bI3aUcxgbhT5ZD8/brjFhRQ b+dFOmGaLWt+8MX4qexZ6YfgKT0f0u997vDaL9r8YV/Wr86iQkrl+98iskuBbJpz n0CNAARt83nrbe2t8a/sB3karALSl81jUiVRE3GmPyfxxcfqg4nG+HOYQCtyp113 KpWhVp8pdkdshMoXh3kvji1IX1M+gW/DDYXaTXk2ossab30kW4G7XYPES74xsmYn 5RzRtJRHdQhqwR5ioxLJY2IAuMoh6VcA4eXh5ADUIDIDZP3iwxU= =U9yO -----END PGP SIGNATURE----- --=-=-=--