Closed Huskynarr closed 2 years ago
On Ubuntu / WSL2 i get this error Message: ~/mkp224o$ ./autogen.sh -bash: ./autogen.sh: /bin/sh^M: bad interpreter: No such file or directory
~/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
sed -i -e 's/\r$//' autogen.sh
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.