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

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



I've found a setting difference for this: nocaseglob needs to be set
to reproduce. Tried on bash too and it still works with nocaseglob.

2018-03-29 2:00 GMT+09:00 Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>:
> 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