From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 997 invoked from network); 6 Dec 2002 09:25:23 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 6 Dec 2002 09:25:23 -0000 Received: (qmail 22583 invoked by alias); 6 Dec 2002 09:25:14 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 17985 Received: (qmail 22563 invoked from network); 6 Dec 2002 09:25:12 -0000 From: "Bart Schaefer" Message-Id: <1021206092443.ZM9113@candle.brasslantern.com> Date: Fri, 6 Dec 2002 09:24:43 +0000 X-Mailer: Z-Mail (5.0.0 30July97) To: zsh-workers@sunsite.dk Subject: PATCH: Test/B02typeset.ztst MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii ChangeLog says: +2002-11-26 Peter Stephenson + + * 17967: Test/B02typeset.ztst: globbable arguments to + typeset-style commands should be quoted. N.B.: test currently + still fails. I've had a patch for this for a long time and apparently forgot ever to commit it. Index: Test/B02typeset.ztst --- Test/B02typeset.ztst.orig Fri Dec 6 01:23:14 2002 +++ Test/B02typeset.ztst Fri Dec 6 01:23:14 2002 @@ -223,7 +223,7 @@ >scalar a r y # The first declare works around the "not an identifier" bug with -h - declare \! \# \$ \* - \? @ + declare \! \# \$ \* - \? @ 0 typeset -h +g -m \* unset -m \* integer i=9 -- Bart Schaefer Brass Lantern Enterprises http://www.well.com/user/barts http://www.brasslantern.com Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net