diff --git a/kiss b/kiss index 3833352..223c38e 100755 --- a/kiss +++ b/kiss @@ -337,6 +337,7 @@ _pkg_find() { # Intentional. # shellcheck disable=2086 for _find_path in $4 "${3:-$sys_db}"; do set +f + ok "$_find_path" || continue for _find_pkg in "$_find_path/"$1; do test "${3:--d}" "$_find_pkg" && set -f -- "$@" "$_find_pkg" done