Re: Inconsistent parameter expansion

2008-05-18 Thread Oleg Verych
I can't figure out why '*/FILE' and '*/FILE' are not expanded the same way... This and one from [EXPAND] Fix slash treatment in expmeta work with Etch: [EMAIL PROTECTED] dash -c 'echo /root*' /root [EMAIL PROTECTED] dash -c 'echo */FILE' A/FILE B/FILE C/FILE D/FILE [EMAIL PROTECTED] This

Re: Inconsistent parameter expansion

2008-05-18 Thread Herbert Xu
Oleg Verych [EMAIL PROTECTED] wrote: This is a bug in dash. The following patch should fix the problem, provided that Ubuntu hasn't built dash with glob(3) enabled because glob(3) has a similar bug and that needs to be fixed in glibc. What was/is whole story? What are FNMATCH_BROKEN

Re: shell and glibc (Re: Inconsistent parameter expansion)

2008-05-18 Thread Herbert Xu
Oleg Verych [EMAIL PROTECTED] wrote: It seems, small glibc team cannot do much in areas without interest. Unfortunately all the cool kids want to work on the kernel instead :) Very surprising for me was recent discovery of big performance penalty of the most simple '^$' regexp; it turned to