cathugger/mkp224o

Bad interpreter on Ubuntu / WSL2

Huskynarr opened this issue · 1 comments

On Ubuntu / WSL2 i get this error Message:
~/mkp224o$ ./autogen.sh -bash: ./autogen.sh: /bin/sh^M: bad interpreter: No such file or directory

The file is untouched and should be correct.

Solved with:
sed -i -e 's/\r$//' autogen.sh