From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26919 invoked from network); 2 Jan 2002 21:20:44 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 2 Jan 2002 21:20:44 -0000 Received: (qmail 29697 invoked by alias); 2 Jan 2002 21:20:38 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 16389 Received: (qmail 29686 invoked from network); 2 Jan 2002 21:20:37 -0000 To: raul@viadomus.com, zefram@fysh.org Subject: Re: About quoting Cc: zsh-workers@sunsite.dk Message-Id: Date: Wed, 2 Jan 2002 22:32:48 +0100 From: Raúl Núñez de Arenas Coronado Reply-To: Raúl Núñez de Arenas Coronado Sender: Raúl Núñez de Arenas Coronado X-Mailer: DervishD TWiSTiNG Mailer Hi Zefram :)) Thanks a lot for your answer, fast and good :)) >There are several solutions. If you want to divide up a scalar value >in that way, add an "=" after the "$", so This will do, since none of my binaries (AFAIK) use $PAGER thru the shell... >You can also set the option SH_WORD_SPLIT, which does this >automatically for all variable substitutions, but this is a bad >idea, because it's often useful to retain spaces in a variable >expansion. Anyway, I need bash compatibility, so this is not a bad idea too. I'll try the second solution first. Thanks a lot again :)) Raúl