kiss: don't show it twice

This commit is contained in:
Dylan Araps 2021-07-07 23:10:07 +03:00
parent 429b8011e0
commit 7d22d91611
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C
1 changed files with 1 additions and 1 deletions

2
kiss
View File

@ -701,7 +701,7 @@ pkg_build_all() {
# directory and are up to date.
for pkg in "$@"; do
if ! contains "$explicit_build" "$pkg" && pkg_cache "$pkg"; then
log "$pkg" "Found pre-built binary (${tar_file##*/})"
log "$pkg" "Found pre-built binary"
# Intended behavior.
# shellcheck disable=2030,2031