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:
parent
5ef0c3caa5
commit
028490ddcf
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user