> > 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 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 GLOB_BROKEN?

Thanks.
____
--
To unsubscribe from this list: send the line "unsubscribe dash" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to