mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
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:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user