View Single Post
Old 08-29-2013, 09:12 PM   #8
Ken Maltby
Wizard
Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.Ken Maltby ought to be getting tired of karma fortunes by now.
 
Ken Maltby's Avatar
 
Posts: 4,466
Karma: 6900052
Join Date: Dec 2009
Location: The Heart of Texas
Device: Boox Note2, AuraHD, PDA,
Quote:
Originally Posted by magic.bretzel View Post
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
Ken Maltby is offline   Reply With Quote