From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28249 invoked from network); 12 Feb 2006 21:52:32 -0000 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=BAYES_00,FORGED_RCVD_HELO autolearn=ham version=3.1.0 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 12 Feb 2006 21:52:32 -0000 Received: (qmail 74788 invoked from network); 12 Feb 2006 21:52:24 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 12 Feb 2006 21:52:24 -0000 Received: (qmail 24480 invoked by alias); 12 Feb 2006 21:52:19 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 22249 Received: (qmail 24468 invoked from network); 12 Feb 2006 21:52:18 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 12 Feb 2006 21:52:18 -0000 Received: (qmail 73962 invoked from network); 12 Feb 2006 21:52:18 -0000 Received: from mail.host.bg (87.120.40.5) by a.mx.sunsite.dk with SMTP; 12 Feb 2006 21:52:18 -0000 Received: from [85.130.36.12] (unknown [85.130.36.12]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.host.bg (Postfix) with ESMTP id 08330161438; Sun, 12 Feb 2006 23:52:09 +0200 (EET) Message-ID: <43EFAE19.1070909@roumenpetrov.info> Date: Sun, 12 Feb 2006 23:52:25 +0200 From: Roumen Petrov User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20050920 X-Accept-Language: bg, ru, de-de, de, en-us, en MIME-Version: 1.0 To: Andrey Borzenkov CC: zsh-workers@sunsite.dk, bug-libtool@gnu.org Subject: Re: Word splitting with zsh fix References: <20060211122226.GD13513@DervishD> <43EF4EAA.6040507@roumenpetrov.info> <200602121957.05391.arvidjaar@newmail.ru> In-Reply-To: <200602121957.05391.arvidjaar@newmail.ru> Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: 8bit Andrey Borzenkov wrote: > On Sunday 12 February 2006 18:05, Roumen Petrov wrote: > >>Hi Raśl, >> >>I would like to know if option SH_WORD_SPLIT is set problem is solved too ? >> > > > No. In this case it splits too much. It was discussed back in 2002 already; > using global alias seems to be the most straightforward way to fix this > particular problem. > Thanks Andrey, After patch really all libtool tests succeed with zsh. Thanks! Before the patch "-DPACKAGE_STRING=\"cdemo 0.1\"" was not quoted. Is word splitting on ${1+"$@"} bug in zsh ? P.P.: Option SH_WORD_SPLIT is without effect.