Executing `mingw.sh` results in: `bash: proc/win/mingw.sh: bin/sh^M: bad interpreter: No such file or directory` `mingw.sh` files starts with: `#!bin/sh`. Changing it to: `#!/bin/sh` fixes it.
Executing
mingw.shresults in:bash: proc/win/mingw.sh: bin/sh^M: bad interpreter: No such file or directorymingw.shfiles starts with:#!bin/sh.Changing it to:
#!/bin/shfixes it.