You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This also impacts the build.config file, since the comparison of version number in the build.sh file doesn't work, since the line feeds in the build.config file are CR/LF.
pascalberger
changed the title
Fix line endings in build.sh within template package
(Frosting) Fix line endings in build.sh within template package
Oct 15, 2020
devlead
added a commit
to devlead/cake
that referenced
this issue
Oct 15, 2020
When trying to run the build.sh from a new project creation from the template, you are met with the following:
This is due to line endings in the file not being compatible when running on a Mac.
This will likely require the addition of a .gitattributes file to the repository to ensure that the line endings are correct.
The text was updated successfully, but these errors were encountered: