Skip to content

Commit

Permalink
Fix the contrib/refresh_checksums.mk script by changing a single `>…
Browse files Browse the repository at this point in the history
…` to `>>` (JuliaLang#42728)
  • Loading branch information
DilumAluthge authored Oct 21, 2021
1 parent 9e3cfc0 commit 51c43e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/refresh_checksums.mk
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ pack-checksum-%: FORCE
done; \
rmdir "$$each"; \
fi; \
done > '$*'
done >> '$*'
@cd "$(JULIAHOME)/deps/checksums" && \
sort '$*' > '$*.tmp' && \
mv '$*.tmp' '$*'
Expand Down

0 comments on commit 51c43e8

Please sign in to comment.