[pacman-dev] [PATCH] makepkg: include all hash types in integlist
Xyne
xyne at archlinux.ca
Tue Sep 17 11:18:05 EDT 2013
---
scripts/makepkg.sh.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in
index d0951df..6b5a193 100644
--- a/scripts/makepkg.sh.in
+++ b/scripts/makepkg.sh.in
@@ -1133,7 +1133,7 @@ generate_checksums() {
local integlist
if (( $# == 0 )); then
- IFS=$'\n' read -ra integlist < <(get_integlist)
+ IFS=$'\n' integlist=($(get_integlist))
else
integlist=("$@")
fi
--
1.8.4
More information about the pacman-dev
mailing list