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 42558
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Mikael Magnusson <mikachu@xxxxxxxxx>
- Subject: Re: [bug] Globbing fails with execute-only directory in path
- Date: Wed, 28 Mar 2018 17:00:35 +0000
- Cc: Tatsuyuki Ishi <ishitatsuyuki@xxxxxxxxx>, Zsh hackers list <zsh-workers@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=bX4BK9NSyDCY768FArCTIeQDfR/YCB7aMZVHSpCgWa4=; b=wdG6gkpzx3pH0k76wirCSJMrgI3CDelzQbP2Bjbd/FtyQWaHzWubQpIhJ3PYC4FCrW H7u0LEMPWlZ2TIZsK3PN1n0hAtbhbT8VGDOZsgBCum2z4pq5GdqraWVpjXXdPGdIphkf I107uia3/d37FW7dNfWB91us6M3RtDeD5JDSdP4oNnZcqA5wn1FGWG/oR/S40W61ck/L M7PYeFMb2vxnpqEezwvQHD4avqGyuFthSAF9mdgG2IBLZOZdPAs10Zp4RZAVFQ1/UhiH YFC2LZKzEPBSqBy+88Oz//ddrrVkVIufAKgvQz3tunCsrlEkKcBwnhaHvyq1r/k8TJhm FsUA==
- In-reply-to: <CAHYJk3TzH7tyv4wdXgCCiAUctto_b8+-P95EAmrLbgtf19c+TQ@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>
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