Quote:
Originally Posted by magic.bretzel
Thank you very much. I ve found it.
I did nt find these option despite i checked this file. because the text editor messed up its formatting (removal of all the spaces and returns).
Thanks again.
|
You want a Linux/unix line termination which is a "line feed" 0A hex. And no Windows line termination which is "carriage return" & "line feed" 0B 0A hex.
If you are editing scripts in a windows text editor, you need to remove the "0B" hex from the edited file.
Luck;
Ken