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

minor bug with ${}



Hi.

There is a small bug with nestled ${} in Zsh 3.0.0.
This ought to work, but doesn't:

a=b
b=c
echo ${a}
echo ${${a}}

Both echos print 'b', which is wrong.
It behaves the same on all platforms.

I'm not a member of this list, so keep me on the Cc: line.

\Basic



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