Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: better configure-time handling of program-transform
- X-seq: zsh-workers 8875
- From: Clint Adams <schizo@xxxxxxxxxx>
- To: Zefram <zefram@xxxxxxxx>
- Subject: Re: PATCH: better configure-time handling of program-transform
- Date: Fri, 3 Dec 1999 10:12:06 -0500
- Cc: Clint Adams <schizo@xxxxxxxxxx>, zsh-workers@xxxxxxxxxxxxxx
- In-reply-to: <E11topV-0004qO-00@xxxxxxxxxxxxxxxxxx>; from zefram@xxxxxxxx on Fri, Dec 03, 1999 at 09:16:41AM +0000
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
- References: <19991202171336.A20559@xxxxxxxx> <E11topV-0004qO-00@xxxxxxxxxxxxxxxxxx>
> What's this about? What does it achieve that
>
> eval "u_ptn=${program_transform_name}"
>
> doesn't? Is the extra layer of expansion really necessary anyway?
Well, when $program_transform_name is s,$$,blah,
that would set u_ptn to something like "s,99999,blah,"
whereas it should be "s,$,blah,".
Messages sorted by:
Reverse Date,
Date,
Thread,
Author