mirror of
https://github.com/moparisthebest/pacman
synced 2024-12-22 15:58:50 -05:00
paccache: avoid spurious blank line written to stderr
this is just stylistic formatting, so write it to stdout. ref: https://bugs.archlinux.org/task/42389 Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
parent
d649dc669d
commit
9d4d81783d
@ -164,7 +164,7 @@ summarize() {
|
||||
printf -v output 'finished dry run: %d candidates' "$filecount"
|
||||
fi
|
||||
|
||||
printf '\n' >&2
|
||||
echo
|
||||
msg "$output (disk space saved: %s)" "$(size_to_human "$totalsaved")"
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user