forked from kiss-community/kiss
kiss-outdated: make output chainable
This commit is contained in:
parent
d6eb067ee3
commit
2762822180
@ -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%%/}
|
||||
|
Loading…
Reference in New Issue
Block a user