From: Sam Roberts Date: 2005-01-16T23:23:52+09:00 Subject: Re: End of line style Quoteing alex@verk.info, on Sun, Jan 16, 2005 at 08:23:44PM +0900: > Sorry for asking a somewhat silly question, but... > > If I am working with some Ruby application that has to work from the > same ZIP file on Windows, Linux and OSX, and has to have shebang > comments working out of box on the atter two, what is the right > end-of-line style for such a scenario? > > As far as I understand, Ruby itself would handle anything. > As for shebangs, sh on Linux would handle only "\n" and on OSX it would > handle anything (?) and on Windows there is no such concern. OS X is as unix is, the end of line char is NL, chars before are considered part of the #! command. Sam