[pacman-dev] [PATCH] paccache: avoid spurious blank line written to stderr

Dave Reisner dreisner at archlinux.org
Wed Oct 15 12:52:25 UTC 2014


this is just stylistic formatting, so write it to stdout.

ref: https://bugs.archlinux.org/task/42389
---
 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 71aee23..2133e34 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")"
 }
 
-- 
2.1.2


More information about the pacman-dev mailing list