curl / curl-for-win

Reproducible curl binaries for Linux, macOS and Windows
https://curl.se/windows/
MIT License
686 stars 207 forks source link

_pkg.sh: convert Unix EOLs to CRLF to make Notepad happy #46

Closed jay closed 1 year ago

jay commented 1 year ago

This reverts commit be6bfb21. Notepad in recent systems can properly process LF-only lines but we're releasing a product that can run on legacy systems where that may not be true.

Fixes https://github.com/curl/curl-for-win/issues/42 Closes #xxxx

vszakats commented 1 year ago

Thanks @jay. But, I don't plan to fix this, sorry. There is enough things to keep in the air than to chase text file EOL formats.

I think in 2023, all reasonable text viewers support all EOL-styles.

If you don't agree, I'm also ready to resign from maintaining this project, and you can take over.