From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24232 invoked from network); 3 Dec 1999 15:12:24 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 3 Dec 1999 15:12:24 -0000 Received: (qmail 13008 invoked by alias); 3 Dec 1999 15:12:19 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 8875 Received: (qmail 13001 invoked from network); 3 Dec 1999 15:12:19 -0000 Date: Fri, 3 Dec 1999 10:12:06 -0500 From: Clint Adams To: Zefram Cc: Clint Adams , zsh-workers@sunsite.auc.dk Subject: Re: PATCH: better configure-time handling of program-transform Message-ID: <19991203101206.C25311@dman.com> References: <19991202171336.A20559@dman.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/1.0i In-Reply-To: ; from zefram@fysh.org on Fri, Dec 03, 1999 at 09:16:41AM +0000 > 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,".