From 9d4d81783d59d5abf90f6ca3093f67b3ecfec7fc Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Wed, 15 Oct 2014 08:52:25 -0400 Subject: 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 --- contrib/paccache.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/paccache.sh.in b/contrib/paccache.sh.in index 71aee237..2133e34f 100644 --- a/contrib/paccache.sh.in +++ b/contrib/paccache.sh.in @@ -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")" } -- cgit v1.2.3-24-g4f1b