`dotnet-suggest script Bash` outputting CRLF as line ending in Linux
Line ending should be the platform default.
Should never emit CRLF even in windows, CR is pointless everywhere at this point.
Hello, doesn't this #2186 resolve the problem? I tried the command and line ending is LF for me (I used WSL btw)
Hi, just ran the zsh install script (https://github.com/dotnet/command-line-api/blob/main/docs/dotnet-suggest.md#zsh) on a new machine under WSL with Ubuntu and ended up with CRLF line endings in my .dotnet-suggest-shim.zsh file.
Encountered the error : .dotnet-suggest-shim.zsh:40: parse error near `\n' when running source ~/.zshrc
Had to manually change those to LF for the script to load correctly.