1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-12-22 07:48: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:
Dave Reisner 2014-10-15 08:52:25 -04:00 committed by Allan McRae
parent d649dc669d
commit 9d4d81783d

View File

@ -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")"
}