Install script has incorrect line endings
Status: Beta
Brought to you by:
giordana
I have just downloaded protux. When attempting to use
the program with the ./protux script Bash gave me the
following error message:
$ ./protux
bash: ./protux: /bin/bash^M: bad interpreter: No such
file or directory
Seems there is a nasty control character in there.
I fixed it using dos2unix
I won't bother posting a patch, it would be a change to
all 3 lines. Its probably easier to use dos2unix than
it is to actually use patch anyway.