17 Sep
2013
17 Sep
'13
3:19 p.m.
On 2013-09-17 15:18 +0000 Xyne wrote:
--- 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
Without this only the first checksum is included in the output of makepkg -g.