From 50c1ff84b4a1a41812fc86b72377ab8d8d3d8743 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Wed, 23 Sep 2020 11:58:16 +0300 Subject: [PATCH] kiss-outdated: more fixes --- contrib/kiss-outdated | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/kiss-outdated b/contrib/kiss-outdated index 263947f..8ef162c 100755 --- a/contrib/kiss-outdated +++ b/contrib/kiss-outdated @@ -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 ;; *)