Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: here-document/multiline parameter conflict
- X-seq: zsh-workers 2057
- From: Zoltan Hidvegi <hzoli@xxxxxxxxxx>
- To: jdl@xxxxxxxxxxxx (J.D. Laub)
- Subject: Re: here-document/multiline parameter conflict
- Date: Fri, 23 Aug 1996 19:53:19 +0200 (MET DST)
- Cc: zsh-workers@xxxxxxxxxxxxxxx
- In-reply-to: <199608231711.LAA52966@xxxxxxxxxxxx> 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
> 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 <<EOF | sed -e '/t/{
> 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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author