mirror of
https://github.com/moparisthebest/pacman
synced 2025-01-09 04:57:59 -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
|
local integlist
|
||||||
if (( $# == 0 )); then
|
if (( $# == 0 )); then
|
||||||
IFS=$'\n' read -ra integlist < <(get_integlist)
|
IFS=$'\n' read -rd '' -a integlist < <(get_integlist)
|
||||||
else
|
else
|
||||||
integlist=("$@")
|
integlist=("$@")
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user