Bug#67921: glob(3) doesn't treat \ correctly, period.

2000-08-05 Thread Herbert Xu
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 ar

Bug#67921: glob(3) doesn't treat \ correctly, period.

2000-08-05 Thread Herbert Xu
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 a