Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: ${(A)=xxx} - second go - now real bug.
- X-seq: zsh-workers 7023
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
- To: "Andrej Borsenkow" <Andrej.Borsenkow@xxxxxxxxxxxxxx>, "ZSH workers mailing list" <zsh-workers@xxxxxxxxxxxxxx>
- Subject: Re: ${(A)=xxx} - second go - now real bug.
- Date: Wed, 7 Jul 1999 17:42:53 +0000
- In-reply-to: <002601bec890$6fc415c0$21c9ca95@xxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
- References: <002601bec890$6fc415c0$21c9ca95@xxxxxxxxxxxxxx>
On Jul 7, 7:50pm, Andrej Borsenkow wrote:
} Subject: RE: ${(A)=xxx} - second go - now real bug.
}
} Some more question.
}
} Documentation says "word". It prohibits ${foo=bar baz} because ``bar baz'' is
} not a word. Either documentation or shell should be corrected :-)
"bar baz" *is* a word. The spaces are not significant when inside ${...};
the documentation is telling you how the expression is going to be parsed.
--
Bart Schaefer Brass Lantern Enterprises
http://www.well.com/user/barts http://www.brasslantern.com
Messages sorted by:
Reverse Date,
Date,
Thread,
Author