kiss-outdated: make output chainable

This commit is contained in:
Dylan Araps 2020-09-23 14:24:12 +03:00
parent d6eb067ee3
commit 2762822180
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
1 changed files with 1 additions and 1 deletions

View File

@ -229,7 +229,7 @@ main() {
exit 1
}
printf '[Checking repology.org for outdated packages in %s]\n\n' "$1" >&2
printf '\n[Checking repology.org for outdated packages in %s]\n\n' "$1" >&2
for pkg in */; do
pkg=${pkg%%/}