makepkg: remove unnecessary formatting

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@archlinux.org>
Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
Allan McRae 2012-07-16 00:28:00 +10:00 committed by Dan McGee
parent 958b41fa5f
commit b782388f16
1 changed files with 0 additions and 1 deletions

View File

@ -602,7 +602,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"