From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from euclid.skiles.gatech.edu (list@euclid.skiles.gatech.edu [130.207.146.50]) by coral.primenet.com.au (8.7.5/8.7.3) with ESMTP id DAA02128 for ; Sat, 24 Aug 1996 03:51:17 +1000 (EST) Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id NAA21107; Fri, 23 Aug 1996 13:54:22 -0400 (EDT) Resent-Date: Fri, 23 Aug 1996 13:54:22 -0400 (EDT) From: Zoltan Hidvegi Message-Id: <199608231753.TAA23315@bolyai.cs.elte.hu> Subject: Re: here-document/multiline parameter conflict To: jdl@clinicom.com (J.D. Laub) Date: Fri, 23 Aug 1996 19:53:19 +0200 (MET DST) Cc: zsh-workers@math.gatech.edu In-Reply-To: <199608231711.LAA52966@clinicom.com> from "J.D. Laub" at "Aug 23, 96 11:11:49 am" Organization: Dept. of Comp. Sci., Eotvos University, Budapest, Hungary Phone: (36 1)2669833 ext: 2667, home phone: (36 1) 2752368 X-Mailer: ELM [version 2.4ME+ PL16 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Resent-Message-ID: <"K-h7I2.0.j95.D1V7o"@euclid> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/2057 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu > I didn't see this mentioned in Etc/BUGS for 3.0.0. Is the following > behavior by design? It seems really bizarre. > > This (trivial) script works under a standard ksh: > #!/bin/ksh > cat < s/t/T/ > }' > one > three > five > EOF > > Changing the first line to #!/usr/local/bin/zsh -f yields this: > quirk: unmatched ' [9] I cannot reproduce this and looking at the source it seems that it should not happen. Are you absolutely sure that /usr/local/bin/zsh is really zsh-3.0.0? Older zsh versions did have this problem. Zoltan