Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Unexpected foo==bar errors
On Sun, 7 Feb 2016 16:57:06 +0100
Mikael Magnusson <mikachu@xxxxxxxxx> wrote:
> % foo==bar
> zsh: bar not found
>
> This happens even with globassign and magicequalsubst turned off.
The option is called "equals". "magicequalsubst" is now redundant; it
allowed
typeset foo=<whatever>
to exapnd <whatever>, which would include =bar if "equals" was also set.
It's redundant because the reserved word interface does that anyway, and
in other shells the equivalent of the non-reserved-word interface
doesn't do it either.
pws
Messages sorted by:
Reverse Date,
Date,
Thread,
Author