games-board/tablebase-syzygy: Don't call wc, bash can count words

Signed-off-by: Ulrich Müller <ulm@gentoo.org>
This commit is contained in:
Ulrich Müller
2022-08-02 16:33:41 +02:00
parent ff7e8e43c1
commit b77e6a72db

View File

@@ -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() {