Closed lbmaian closed 5 years ago
If you are modifying python files or shell scripts, please make sure that they have the correct line endings, ie Unix LF only and not Windows CRLF. I had some people on Apple OSX who could not run the scripts, because the first line had a trailing linefeed.
Thanks!
My editor doesn't change line endings by default, so they remained nix-style line endings.
It's not a big deal, but I made a habit of controlling the line endings every time before committing something on these scripts ;D
Tested on windows cmd and windows git bash. Untested on mac but should work in theory.