[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] handle misquoting of target in build-scripts
From: |
felix . winkelmann |
Subject: |
Re: [PATCH] handle misquoting of target in build-scripts |
Date: |
Mon, 31 Oct 2022 17:46:55 +0100 |
> On Sun, Oct 30, 2022 at 02:46:49PM +0100, felix.winkelmann@bevuta.com wrote:
> > Another follow-up patch on the recent change of quoting in chicken-install,
> > which causes
> > chicken-do to always fire (and thus rebuilding any egg, regardless of
> > status).
>
> I noticed there were still inconsistencies here.
> How about the attached patch instead? It may be a little bit
> trickier to read (but not by much), but should eliminate the
> problem entirely for chicken-do calls.
>
Thanks, pushed. I had to hand-apply the patch as git-am didn't like it. I also
fixed a scrutinizer warning.
felix