philippgille / hello-netcoreapp

Basic .NET Core console application with additional scripts and files for building the app and creating release artifacts for a framework-dependent deployment, self-contained deployment, Docker image, Chocolatey package and AppImage
GNU General Public License v3.0
6 stars 5 forks source link

Fix line break issues when running build script on Windows in Git Bash #7

Closed philippgille closed 6 years ago

philippgille commented 7 years ago

Note that git has a configuration where it (depending on the config value) automatically changes all CRLF into LF or vice versa when pulling / pushing files.

philippgille commented 6 years ago

No problems when files have LF as line ending. The build.sh script exits with an error when trying to build the AppImage, but that's not a line break issue.

The README contains some info regarding line breaks since a couple of commits.

Closing.