Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Export problem
- X-seq: zsh-workers 14729
- From: Clint Adams <clint@xxxxxxx>
- To: Peter Stephenson <pws@xxxxxxx>
- Subject: Re: Export problem
- Date: Wed, 6 Jun 2001 03:51:25 -0400
- Cc: Zsh hackers list <zsh-workers@xxxxxxxxxx>
- In-reply-to: <Tc0a88d0153f496779f@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>; from pws@xxxxxxx on Tue, Jun 05, 2001 at 10:35:16AM +0100
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <000201c0ed7f$03b70750$21c9ca95@xxxxxxxxxxxxxx> <Tc0a88d0153f496779f@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
> It's a bit ambiguous, it does say `command substitution' which always
> implies word-splitting of unquoted words. But you can take the reference
> to `variable assignment' at the start to imply the result remains part of
> the variable assignment. And the question for us is really what POSIX
> says.
It says that the shell is to do field splitting after parameter
expansion, command substitution, and arithmetic expansion,
provided double quotes are not involved. More or less.
I'm not sure that that clears things up, since I interpret
the meaning of `word' in ${x:=word}, x=word, and export x=word
to be the pre-expanded word.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author