From 9818c0866ec65c4f4c67ee809f7c94a5a9e33400 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Fri, 23 Oct 2020 14:45:04 +0300 Subject: [PATCH] kiss: better message. Related to #196 --- kiss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiss b/kiss index 0eb11b2..e7f9cfa 100755 --- a/kiss +++ b/kiss @@ -279,7 +279,7 @@ pkg_sources() { printf 'found git %s\n' "${src##git+}" elif [ -f "./${dest:-.}/${src##*/}" ]; then - printf 'found cached %s\n' "${src##*/}" + printf 'found cached %s\n' "${dest:+"$dest/"}${src##*/}" elif [ -z "${src##*://*}" ]; then printf 'downloading %s\n' "$src"