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 EB21B158094 for ; Tue, 2 Aug 2022 14:56:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 31453E0F66; Tue, 2 Aug 2022 14:56:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 074B4E0F66 for ; Tue, 2 Aug 2022 14:56:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 smtp.gentoo.org (Postfix) with ESMTPS id 2357D33E4AD for ; Tue, 2 Aug 2022 14:56:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5E77350A for ; Tue, 2 Aug 2022 14:56:19 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1659452175.b77e6a72dbf8193c53a967bf0a76915d56484f77.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-board/tablebase-syzygy/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-board/tablebase-syzygy/tablebase-syzygy-0_pre20131213-r101.ebuild X-VCS-Directories: games-board/tablebase-syzygy/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: b77e6a72dbf8193c53a967bf0a76915d56484f77 X-VCS-Branch: master Date: Tue, 2 Aug 2022 14:56:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c1050b2a-7236-42bd-aba6-23ed3ed88d36 X-Archives-Hash: 05e1a43bc7d586303ecf7852be96c24b commit: b77e6a72dbf8193c53a967bf0a76915d56484f77 Author: Ulrich Müller gentoo org> AuthorDate: Tue Aug 2 14:33:41 2022 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Tue Aug 2 14:56:15 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b77e6a72 games-board/tablebase-syzygy: Don't call wc, bash can count words Signed-off-by: Ulrich Müller gentoo.org> games-board/tablebase-syzygy/tablebase-syzygy-0_pre20131213-r101.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-board/tablebase-syzygy/tablebase-syzygy-0_pre20131213-r101.ebuild b/games-board/tablebase-syzygy/tablebase-syzygy-0_pre20131213-r101.ebuild index 619fcad9c2e4..5e676938e768 100644 --- a/games-board/tablebase-syzygy/tablebase-syzygy-0_pre20131213-r101.ebuild +++ b/games-board/tablebase-syzygy/tablebase-syzygy-0_pre20131213-r101.ebuild @@ -53,7 +53,7 @@ pkg_nofetch() { einfo "After downloading, place all K*.rtbw and K*.rtbz files in your" einfo "DISTDIR directory." einfo "(For the tablebases with up to 6 pieces, there should be" - einfo "$(echo ${A} | wc -w) files in total.)" + einfo "$(set -- ${A}; echo $#) files in total.)" } pkg_pretend() {