kiss-outdated: more fixes

This commit is contained in:
Dylan Araps 2020-09-23 11:58:16 +03:00
parent 56241819a7
commit 50c1ff84b4
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ cd "$1" 2>/dev/null || {
exit 1
}
printf 'Checking for outdated packages in %s\n' "$1" >&2
printf 'Checking repology.org for outdated packages in %s\n' "$1" >&2
for pkg in */; do
pkg=${pkg%%/}
@ -46,7 +46,7 @@ for pkg in */; do
;;
- | '' | ' ')
printf '%s: empty response from remote\n' "$pkg" >&2
printf '%s: empty response, is pkg named correctly?\n' "$pkg" >&2
;;
*)