gs_examples icon indicating copy to clipboard operation
gs_examples copied to clipboard

MSYS2 can not find `bin/sh` in mingw.sh build script

Open KenthJohan opened this issue 3 years ago • 0 comments

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.

KenthJohan avatar May 22 '22 17:05 KenthJohan