[pacman-dev] [PATCH] makepkg: remove unnecessary formatting

Allan McRae allan at archlinux.org
Sun Jul 15 10:29:11 EDT 2012


This extra newline leaves a gap that looks strange in of itself,
but is highlighted when piping -g output to a PKGBUILD.

Signed-off-by: Allan McRae <allan at archlinux.org>
---
 scripts/makepkg.sh.in | 1 -
 1 file changed, 1 deletion(-)

diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in
index 3b28112..bc141f2 100644
--- a/scripts/makepkg.sh.in
+++ b/scripts/makepkg.sh.in
@@ -642,7 +642,6 @@ get_integlist() {
 
 generate_checksums() {
 	msg "$(gettext "Generating checksums for source files...")"
-	plain ""
 
 	if ! type -p openssl >/dev/null; then
 		error "$(gettext "Cannot find the %s binary required for generating sourcefile checksums.")" "openssl"
-- 
1.7.11.2



More information about the pacman-dev mailing list