mirror of
https://codeberg.org/kiss-community/kiss
synced 2024-11-04 05:55:36 -07:00
kiss: better message. Related to #196
This commit is contained in:
parent
eb2eef852c
commit
9818c0866e
2
kiss
2
kiss
@ -279,7 +279,7 @@ pkg_sources() {
|
|||||||
printf 'found git %s\n' "${src##git+}"
|
printf 'found git %s\n' "${src##git+}"
|
||||||
|
|
||||||
elif [ -f "./${dest:-.}/${src##*/}" ]; then
|
elif [ -f "./${dest:-.}/${src##*/}" ]; then
|
||||||
printf 'found cached %s\n' "${src##*/}"
|
printf 'found cached %s\n' "${dest:+"$dest/"}${src##*/}"
|
||||||
|
|
||||||
elif [ -z "${src##*://*}" ]; then
|
elif [ -z "${src##*://*}" ]; then
|
||||||
printf 'downloading %s\n' "$src"
|
printf 'downloading %s\n' "$src"
|
||||||
|
Loading…
Reference in New Issue
Block a user