Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: zsh3.0.0 bug: $=a split



>why do these print out the same thing all of a sudden?
>
>wrath% i=$a
>wrath% i=$=a
>wrath% i=$==a

Because they mean the same thing?  Field splitting is never performed
on the RHS of a scalar assignment.

-zefram



Messages sorted by: Reverse Date, Date, Thread, Author