index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Allan McRae <allan@archlinux.org> | 2012-01-08 21:54:35 +1000 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2012-01-08 12:03:56 -0600 |
commit | 2b38f4eab7684e0f1e78b0b10953bf28915e963a (patch) | |
tree | 1c8703c1a334241c7be3c4be4096386ece37ef3e /scripts | |
parent | 36413aa856a7cace1851679c1398403b30417e80 (diff) |
-rw-r--r-- | scripts/makepkg.sh.in | 3 |
diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in index d25582f3..a700d9d0 100644 --- a/scripts/makepkg.sh.in +++ b/scripts/makepkg.sh.in @@ -624,7 +624,8 @@ generate_checksums() { local netfile for netfile in "${source[@]}"; do - local file="$(get_filepath "$netfile")" || missing_source_file "$netfile" + local file + file="$(get_filepath "$netfile")" || missing_source_file "$netfile" local sum="$(openssl dgst -${integ} "$file")" sum=${sum##* } (( ct )) && echo -n "$indent" |