Re: t9401 fails with OS X sed

2012-10-25 Thread Torsten Bögershausen
On 25.10.12 10:41, Jeff King wrote: > On Thu, Oct 25, 2012 at 01:04:11AM -0400, Geert Bosch wrote: > >> On Oct 24, 2012, at 23:54, Brian Gernhardt >> wrote: >> >>> It works if I change \s to [[:space:]], but I don't know how portable that >>> is. >> >> As \s is shorthand for the POSIX character

Re: t9401 fails with OS X sed

2012-10-25 Thread Jeff King
On Thu, Oct 25, 2012 at 01:04:11AM -0400, Geert Bosch wrote: > On Oct 24, 2012, at 23:54, Brian Gernhardt > wrote: > > > It works if I change \s to [[:space:]], but I don't know how portable that > > is. > > As \s is shorthand for the POSIX character class [:space:], I'd say the latter > shou

Re: t9401 fails with OS X sed

2012-10-24 Thread Geert Bosch
On Oct 24, 2012, at 23:54, Brian Gernhardt wrote: > It works if I change \s to [[:space:]], but I don't know how portable that is. As \s is shorthand for the POSIX character class [:space:], I'd say the latter should be more portable: anything accepting the shorthand should also accept the full

t9401 fails with OS X sed

2012-10-24 Thread Brian Gernhardt
I seem to write these kinds of e-mails fairly regularly... When running t9401-git-cvsserver-crlf: expecting success: check_status_options cvswork2 textfile.c "" && check_status_options cvswork2 binfile.bin -kb && check_status_options cvswork2 .gitattributes "" && check_status_opt