Oleg Verych <olecom@xxxxxxxxxxxxxx> 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 GLOB_BROKEN? I added fnmatch(3) and glob(3) support to dash in order to tap into existing libc functions rather than duplicating them. However at the time it turned out that both were broken which is why these macros were added until such a time when they were fixed. The fnmatch(3) function is now correct as far as I know but glob(3) still seems to be broken. In any case you may enable them with --enable-fnmatch and --enable-glob when running configure to see their effect on dash. Cheers, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <herbert@xxxxxxxxxxxxxxxxxxx> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- 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