This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Fix typo in nptl Makefile


From: David Miller <davem@davemloft.net>
Date: Mon, 15 Aug 2011 17:15:15 -0700 (PDT)

> tst-fmon.sh expects "one or more" IFS characters to seperate fields.
> So "X<TAB><TAB>Y" results in fields "X" and "Y".
> 
> 'dash' on the other hand only matchs one IFS character for field
> seperation so in the example we get fields "X" and "<TAB>"
> 
> Any idea if this is a POSIX issue too?  Meanwhile, I've asked the
> 'dash' maintainer about this and am waiting for his feedback.

The dash maintainer informs me that this is a dash bug that has
been fixed.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]