Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zsh3.0.0 bug: $=a split
- X-seq: zsh-workers 2017
- From: Zefram <A.Main@xxxxxxxxxxxxxxxxx>
- To: huyle@xxxxxxxxxxxxxxxxxxxxxxxx (Huy Le)
- Subject: Re: zsh3.0.0 bug: $=a split
- Date: Sat, 17 Aug 1996 00:34:13 +0100 (BST)
- Cc: zsh-workers@xxxxxxxxxxxxxxx
- In-reply-to: <199608162304.QAA29915@xxxxxxxxxxxxxxxxxxxxx> from "Huy Le" at Aug 16, 96 04:02:58 pm
>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