Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: [bug] Globbing fails with execute-only directory in path



On Wed, Mar 28, 2018, 9:54 AM Mikael Magnusson <mikachu@xxxxxxxxx> wrote:

> On Wed, Mar 28, 2018 at 3:35 PM, Tatsuyuki Ishi <ishitatsuyuki@xxxxxxxxx>
> wrote:
> >
> > Reproduction steps:
> >
> > mkdir -p data/app
> > chmod 111 data
> > touch data/app/{a,b}
> > ls data/app/*
> >
> > Actual results (zsh 5.4.2):
> >
> > zsh: no matches found: data/app/*
> >
> > Expected results (bash):
> >
> > data/app/a  data/app/b
>
> Can't reproduce here.


I can't reproduce this either.


Messages sorted by: Reverse Date, Date, Thread, Author