From 7d22d916117611c8b88e7a4e1acab903e0ec8b9a Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Wed, 7 Jul 2021 23:10:07 +0300 Subject: [PATCH] kiss: don't show it twice --- kiss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiss b/kiss index 6f6e222..c6b26a8 100755 --- a/kiss +++ b/kiss @@ -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