From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19454 invoked from network); 3 Dec 1999 09:16:47 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 3 Dec 1999 09:16:47 -0000 Received: (qmail 13255 invoked by alias); 3 Dec 1999 09:16:42 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 8867 Received: (qmail 13248 invoked from network); 3 Dec 1999 09:16:42 -0000 Subject: Re: PATCH: better configure-time handling of program-transform In-Reply-To: <19991202171336.A20559@dman.com> from Clint Adams at "Dec 2, 1999 5:13:36 pm" To: schizo@debian.org (Clint Adams) Date: Fri, 3 Dec 1999 09:16:41 +0000 (GMT) Cc: zsh-workers@sunsite.auc.dk X-Mailer: ELM [version 2.4ME+ PL48 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Message-Id: From: Zefram Clint Adams wrote: >+u_ptn=`make -f - <+all: >+ @echo ${program_transform_name} >+EOF >+` 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? -zefram