1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-12-22 15:58:50 -05:00

makepkg: include all hash types in integlist

Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
Xyne 2013-09-17 15:31:17 +00:00 committed by Allan McRae
parent 5ef0c3caa5
commit 028490ddcf

View File

@ -1133,7 +1133,7 @@ generate_checksums() {
local integlist
if (( $# == 0 )); then
IFS=$'\n' read -ra integlist < <(get_integlist)
IFS=$'\n' read -rd '' -a integlist < <(get_integlist)
else
integlist=("$@")
fi