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 C9405158041 for ; Thu, 29 Feb 2024 20:40:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 755C4E2A82; Thu, 29 Feb 2024 20:40:09 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 2434AE2A6E for ; Thu, 29 Feb 2024 20:40:09 +0000 (UTC) From: Ulrich Mueller To: Florian Schmaus Cc: gentoo-dev@lists.gentoo.org, Paul Zander , tex@gentoo.org Subject: Re: [gentoo-dev] [PATCH 2/3] texlive-common.eclass: check exit status of texmf-update In-Reply-To: <20240229133839.292726-3-flow@gentoo.org> (Florian Schmaus's message of "Thu, 29 Feb 2024 14:38:38 +0100") References: <20240229133839.292726-1-flow@gentoo.org> <20240229133839.292726-3-flow@gentoo.org> Date: Thu, 29 Feb 2024 21:40:03 +0100 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: d785a533-f63b-41f2-a7e5-c2c376050ac6 X-Archives-Hash: 40e00cab8a9aa0bef83c850a893c7453 --=-=-= Content-Type: text/plain >>>>> On Thu, 29 Feb 2024, Florian Schmaus wrote: > @@ -178,6 +178,10 @@ etexmf-update() { > if has_version 'app-text/texlive-core' ; then > if [[ -z ${ROOT} && -x "${EPREFIX}"/usr/sbin/texmf-update ]] ; then > "${EPREFIX}"/usr/sbin/texmf-update > + local res="${?}" > + if [[ "${?}" -ne 0 ]] && ver_test -ge 2023; then This condition will always be false. Ulrich --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQFDBAEBCAAtFiEEtDnZ1O9xIP68rzDbUYgzUIhBXi4FAmXg66MPHHVsbUBnZW50 b28ub3JnAAoJEFGIM1CIQV4utwAH/j4BxUgVtoZEYH0drE7xfS0ODATomX4BGZh3 nKVdXJDnrYlU57cbmxzr384t1ySy3di5qLq+BFJGRrO0fMoctziaLiuSn7xs8ijY CW3DGT3egXt8XKAANxVSZYBpBc+j4aHrQuj3Fa7Gyqaq86uPmXP7KdcyI5CZsPJG J8Hqw2F5iAbwdVXQ9SOss8ngjWBBsd/i5AmZikIVwKg7/GSUIXvADFDtwE8VabpF ZbynV3xVpEdsreWS8DhK2Ar9v4GeQLHkQ3gkFPLO/mXFUs6HssKzqwE1dPImHYLu GZEDDxzYHjRt2/NvpB+jz9epFBv6QX2bl8KHeMd6GOp8ybWR9os= =ISSG -----END PGP SIGNATURE----- --=-=-=--