> > 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: olecom@flower$ dash -c 'echo "/"root*' /root olecom@flower$ dash -c 'echo *"/FILE"' A/FILE B/FILE C/FILE D/FILE olecom@flower$ > 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 majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html