zsh-workers
 help / color / mirror / code / Atom feed
* zsh3.0.0 bug: $=a split
@ 1996-08-16 23:02 Huy Le
  1996-08-16 23:34 ` Zefram
  0 siblings, 1 reply; 5+ messages in thread
From: Huy Le @ 1996-08-16 23:02 UTC (permalink / raw)
  To: zsh-workers

why do these print out the same thing all of a sudden?

wrath% a="1 2 3"
wrath% i=$a
wrath% echo $i[2],$i[3]
 ,2
wrath% i=$=a
wrath% echo $i[2],$i[3]
 ,2
wrath% i=$==a
wrath% echo $i[2],$i[3]
 ,2

This is on HPUX9 and IRIX5.

    -Huy


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~1996-08-22  3:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <199608162344.QAA02058@envy.ugcs.caltech.edu>
1996-08-16 23:52 ` zsh3.0.0 bug: $=a split Zefram
1996-08-21 18:35   ` Zoltan Hidvegi
1996-08-21 21:52     ` Patches for New Features Greg J. Badros
1996-08-16 23:02 zsh3.0.0 bug: $=a split Huy Le
1996-08-16 23:34 ` Zefram

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).