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 24BA115817D for ; Sat, 8 Jun 2024 19:46:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C36462BC063; Sat, 8 Jun 2024 19:46:00 +0000 (UTC) Received: from smtp.gentoo.org (dev.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 766042BC044 for ; Sat, 8 Jun 2024 19:46:00 +0000 (UTC) From: Ulrich Mueller To: gentoo-dev@lists.gentoo.org Cc: common-lisp@gentoo.org Subject: [gentoo-dev] Re: [PATCH 1/2] common-lisp-3.eclass: Support EAPI 8 In-Reply-To: <20240608194034.7741-1-ulm@gentoo.org> ("Ulrich =?utf-8?Q?M?= =?utf-8?Q?=C3=BCller=22's?= message of "Sat, 8 Jun 2024 21:40:23 +0200") References: <20240608194034.7741-1-ulm@gentoo.org> Date: Sat, 08 Jun 2024 21:45:53 +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: d474368b-dc4f-474b-9418-b023b865957b X-Archives-Hash: 7eaa8c8c11fa211a4666db180b6d9410 --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable >>>>> On Sat, 08 Jun 2024, Ulrich M=C3=BCller wrote: > - [[ $# !=3D 1 ]] && die "${FUNCNAME[0]} must receive exactly one argumen= t" > + [[ $# =3D 1 ]] || die "${FUNCNAME[0]} must receive exactly one argument" =20 Ten seconds after hitting send I notice that these should use -eq, not =3D. Also elsewhere in the eclass. I've updated it locally. Ulrich --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQFDBAEBCAAtFiEEtDnZ1O9xIP68rzDbUYgzUIhBXi4FAmZktPEPHHVsbUBnZW50 b28ub3JnAAoJEFGIM1CIQV4uRRAIAMWz96omThdAv1WbXrSmvVUPXtwB22p0X5rx 67J/usMC3FGcYK6ciG8hQZlrECS8DbzzHgm5meP2ILGH3egjHm3C44N5YgbBvC6C NNno1zjMwEIB5JA+3UriIe+/Hc9MZ/MqWl6QA51wsl4WFAGTimHAskoC6n4/GMC9 JWbH2Qv96ecpfupj4JSjd/MCEM8byF1nIPFJAE54dpAVov911Uub/FNylNCYDxQr ZsjCov9+G/EhBlJ3WB0sLgOLs2LfofFCvjrkfi5vHAL2R/FBsIzs4dgFRhGKHiQO KOYEVC1Jt2rnNK4A8l6vuaEnp/jEp7WyPDLHhf0NBnW+8HDYdDg= =iNkt -----END PGP SIGNATURE----- --=-=-=--