Skip to content

Force LF line ending for md5sum [skip-ci]

Tamar Christina requested to merge Phyx/ghc:normalize-eol-md5sum into master

Force the md5sum file to always be checked out/in using Linux EOL. msys2's filesystem is mounted in binary mode, so grep's $ only matched LF and not CRLF. If you check out the ghc source using Windows EOL then your configure will die because grep won't find a match.

Fixes #15844 (closed)

Merge request reports