Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [bug] Globbing fails with execute-only directory in path
- X-seq: zsh-workers 42559
- From: Tatsuyuki Ishi <ishitatsuyuki@xxxxxxxxx>
- To: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- Subject: Re: [bug] Globbing fails with execute-only directory in path
- Date: Thu, 29 Mar 2018 09:00:27 +0900
- Cc: Mikael Magnusson <mikachu@xxxxxxxxx>, Zsh hackers list <zsh-workers@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=flIRNRjPdL+YgXYJKWwbMrkIa038hiLVFjktGSPOtuk=; b=YkclWmp7gAorD1nHXq7sP4jaiXeXI53WFtCIEmDLgSYgjYrmPlaBPCZZZ/X2yUt4on JYKTNED9dSFCV6zh0bMjgPQyjmLmZ2IBBWswJWuYzr7+q06AZdRNy5KvMgu7/6IEr62t PgMPbhW+jaeOWA9eXpTBCql8850rG1ydX8/NNzPZE1n81qBlNobUlz7cPV+r51vabOKh wJHlH5fto+GLMTxqlqVVVVO7b/awmB4qUYO/a1Ul1PORSh6yLCJY+m4rwNDaa6ZEH+Lv NM3mzTGc6Gl2jn6iPdQPd3vl+Qg6iUDcJLbOg74iugr93Uetr7FGCjpzXJ6+4UiMqTqT M2GQ==
- In-reply-to: <CAH+w=7aSHnmmpaj1drNVNGtgPqFUmDMgTSVxcFeggrbvSdMepw@mail.gmail.com>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- List-unsubscribe: <mailto:zsh-workers-unsubscribe@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <CANqewP0Rb=yKiKzME3Xg6DX9H75a6-y=sH4QcoArTu8zsbmNgQ@mail.gmail.com> <CAHYJk3TzH7tyv4wdXgCCiAUctto_b8+-P95EAmrLbgtf19c+TQ@mail.gmail.com> <CAH+w=7aSHnmmpaj1drNVNGtgPqFUmDMgTSVxcFeggrbvSdMepw@mail.gmail.com>
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