guix: Remove extra \r from all.SHA256SUMS line ending

guix-attest mistakenly added an extra \r to the line endings in
all.SHA256SUMS, causing guix-verify to erroneously fail.

Co-Authored-By: Carl Dong <contact@carldong.me>
This commit is contained in:
Andrew Chow 2021-07-22 19:10:40 -04:00
parent d080c27066
commit 43225f0a2a

View File

@ -216,7 +216,6 @@ mkdir -p "$outsigdir"
cat "${sha256sum_fragments[@]}" \
| sort -u \
| sort -k2 \
| sed 's/$/\r/' \
| rfc4880_normalize_document \
> "$temp_all"
if [ -e all.SHA256SUMS ]; then