Re: Forge version 1.5.16
I did a google search and found this http://stackoverflow.com/questions/17131249/how-to-solve-bad-interpreter-no-such-file-or-directory link.
Looks like a new line character is appearing in the command file as a windows carriage return rather than as a unix based new line.
Needs to be a \n instead of \r\n
I would fix this myself but I am not a terminal freak.
Looks like a new line character is appearing in the command file as a windows carriage return rather than as a unix based new line.
Needs to be a \n instead of \r\n
I would fix this myself but I am not a terminal freak.