> >>>I generated them and the diffs are enormous because the > >>>current files use \r\n while mine uses \n. I think \n should > >>>be used... > >> > >>\n is a big nono on windows, since Notepad cannot handle it. > > > > The install-unix.txt also uses \n so what do you think > > should be done? Use \r\n for both files or just for the > > Windows one? > > Be platform friendly: \n in the Unix file and \r\n in the windows one.
I was wrong, currently \n is used with install-win.txt and I meant to say \r\n is used with install-unix.txt above so each are currently the opposite of what they should be :) And Unix has Mac instructions but we won't go there... :) Anyway, this will be fixed. Regards, Philip