Re: Poll: do we really need newline conversion?
From: Mark Benedetto King <bking_at_answerfriend.com>
Date: 2001-12-11 19:07:22 CET
On Tue, Dec 11, 2001 at 09:45:13AM -0800, Billy Tanksley wrote:
I'm also +1, but I do have a horror story.
> I also want to hear the other side of the story -- we've told horror stories
The argument that "editors should handle line separators" only goes
This means that bash scripts written under cygwin do not work under
$ echo -ne '#!/bin/bash\necho foo\n' > foo; chmod 755 foo; ./foo
$ echo -ne '#!/bin/bash\r\necho foo\r\n' > foo; chmod 755 foo; ./foo
The whole "#!" interface is evil, anyway, and helps people write broken
--ben
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.