diff options
author | Dan McGee <dan@archlinux.org> | 2012-08-01 09:21:33 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2012-08-01 09:21:33 -0500 |
commit | 7193ce1ecd0089545d100fd11647cb346d15331b (patch) | |
tree | ba0135e4a166e82219a2c709fdd34ab74e7bbfbd /scripts/makepkg.sh.in | |
parent | 647b9ea6d9e7ff084d3c59c1005aac2670bd469f (diff) | |
parent | b782388f1670d9ff819461cfa7e365f7e8178173 (diff) | |
download | pacman-7193ce1ecd0089545d100fd11647cb346d15331b.tar.xz |
Merge branch 'maint'
Diffstat (limited to 'scripts/makepkg.sh.in')
-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 6f7de278..b30e9d04 100644 --- a/scripts/makepkg.sh.in +++ b/scripts/makepkg.sh.in @@ -643,7 +643,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" |