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 <[email protected]>
---
 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


Reply via email to