Skip to content

Commit 43225f0

Browse files
achow101dongcarl
andcommitted
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 <[email protected]>
1 parent d080c27 commit 43225f0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

contrib/guix/guix-attest

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,6 @@ mkdir -p "$outsigdir"
216216
cat "${sha256sum_fragments[@]}" \
217217
| sort -u \
218218
| sort -k2 \
219-
| sed 's/$/\r/' \
220219
| rfc4880_normalize_document \
221220
> "$temp_all"
222221
if [ -e all.SHA256SUMS ]; then

0 commit comments

Comments
 (0)