Dear diary, on Sat, Mar 18, 2006 at 11:27:45AM CET, I got a letter where Alexandre Julliard <julliard@winehq.org> said that... > Without this patch, the last line of an exclude file is silently > ignored if it doesn't end with a newline. > > Signed-off-by: Alexandre Julliard <julliard@winehq.org> $ echo -en "a\nb" | wc -l 1 In UNIX, a line is a string terminated by a newline, therefore the blob past the last newline character is not really a line at all. ;-) Perhaps a warning might be in order. Why don't you just add the trailing newline to the file? -- Petr "Pasky" Baudis Stuff: http://pasky.or.cz/ Right now I am having amnesia and deja-vu at the same time. I think I have forgotten this before. - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.htmlReceived on Mon Mar 20 08:29:34 2006
This archive was generated by hypermail 2.1.8 : 2006-03-20 08:29:47 EST