Description
I was running through the steps to setup the repo on my machine and start contributing when I was unable to run the run script due to a \r carriage return in the script header.
Once I resolved the CRLF issue in the script, I ran the script and noticed that there was a missing newline at the bottom of the help text, so I added it to the script.
Steps to reproduce
- Ensure you don't have git file defaults for CRLF or LF
- Pull/Clone the repository on Windows OS
- Run
./run on WSL
Screenshots
Error in terminal
Setup
OS: Windows
CLI: WSL Ubuntu
Suggested Solutions
#7531
Description
I was running through the steps to setup the repo on my machine and start contributing when I was unable to run the
runscript due to a\rcarriage return in the script header.Once I resolved the CRLF issue in the script, I ran the script and noticed that there was a missing newline at the bottom of the help text, so I added it to the script.
Steps to reproduce
./runon WSLScreenshots
Error in terminal
Setup
OS: Windows
CLI: WSL Ubuntu
Suggested Solutions
#7531