diff options
author | Allan McRae <allan@archlinux.org> | 2012-07-16 00:28:00 +1000 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2012-08-01 09:17:42 -0500 |
commit | b782388f1670d9ff819461cfa7e365f7e8178173 (patch) | |
tree | 9a1ba9eb5063ba54f996f0e0d366c4ef2e7ead49 | |
parent | 958b41fa5fcbb6ac806bd969d6333019ba3c6441 (diff) | |
download | pacman-b782388f1670d9ff819461cfa7e365f7e8178173.tar.xz |
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>
-rw-r--r-- | scripts/makepkg.sh.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in index 6990572b..e21418a6 100644 --- a/scripts/makepkg.sh.in +++ b/scripts/makepkg.sh.in @@ -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" |