TAMULib / CAP

MIT License
3 stars 2 forks source link

Enforce line-feed/new-line character as the only EOL for certain line-ending sensitive script files. #213

Closed kaladay closed 1 year ago

kaladay commented 1 year ago

This problem happens when starting a Docker container that attempts to run these files. The line-endings could end up with carriage-return characters and the scripts may fail to execute.

References: