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