gs_examples
gs_examples copied to clipboard
MSYS2 can not find `bin/sh` in mingw.sh build script
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.