retitle 67921 glob(3) doesn't treat \ correctly
quit

It seems that it isn't just \/, glob(3) doesn't do \*/* correctly either.
The first * is treated correctly as a literal, but so is the \.  So it only
matchers \*/a, and not */a as expected.

This is more serious than \/ since \/ can be worked around by not having
the slash there, but \* cannot.
-- 
Debian GNU/Linux 2.1 is out! ( http://www.debian.org/ )
Email:  Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt


--  
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to