Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Help wanted with debugging a weird glob behavior
- X-seq: zsh-users 24246
- From: Mikael Magnusson <mikachu@xxxxxxxxx>
- To: Aryn Starr <whereislelouch@xxxxxxxxxx>
- Subject: Re: Help wanted with debugging a weird glob behavior
- Date: Tue, 17 Sep 2019 17:30:54 +0200
- Cc: Zsh Users <zsh-users@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc:content-transfer-encoding; bh=Np+jm7NKQet44inUodedYHibCPFMczwyYov7kbUsK4Q=; b=bRl/dfNk20S2aHxno6LzOVBdhBlaiEnnJbGJE02FSRRlcVN8HFe+rvE1hcg1APpk+v Ytbxst3CuPMy54fYfQc8d6SqlDeqT7lB5hB2HdZK3NM4VIGfYeRRCllkilL9QFilfREt p3nko5uYQMuuA5pYvMc/3+7IJs6gOTb7HjxCna5XPGdQXHvR8pHz1A1y1r0HVTJ/Grse MfFHl8+YkiHwPWNPfI9VdZW9GfPSnuAXSKQJpitie/IpuP8muolHPrtLmGVl7rFoaBBR oKdm05RkXRMWDU/NYZKe5y64nk0bXy8UImA8QDxoWOXkm6JsdoaJKj+Q+fZWu+IrEbHz ppDQ==
- In-reply-to: <0628A0E5-63F0-481E-AEC2-962658134620@icloud.com>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- List-unsubscribe: <mailto:zsh-users-unsubscribe@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <0628A0E5-63F0-481E-AEC2-962658134620@icloud.com>
On Mon, Aug 19, 2019 at 9:24 PM Aryn Starr <whereislelouch@xxxxxxxxxx> wrote:
(this message was in my spam folder, but I don't think anyone else
replied to it)
> But when I get the dirname of that path and do a glob on it, zsh doesn’t find any match:
>
> ```
> ~/TMP/zbug
> $ ec "${$(cat path):h}"/*(D)
> zsh: no matches found: /Users/evar/my-music/Songs/Motion Picture's Soundtracks/More/Cécile Corbel - The Secret World Of Arrietty OST [FLAC]/*(D)
> ```
>
> I have tested this with `zsh -f`, and the bug is not present there. How can I find what in my config is causing this?
Most likely candidate is you did setopt nobareglobqual, in which case
the example is a bit needlessly complicated, does a simple
echo .(D)
work for you?
--
Mikael Magnusson
Messages sorted by:
Reverse Date,
Date,
Thread,
Author