zsh-workers
 help / color / mirror / code / Atom feed
* subtle `echo' bug
@ 2005-06-14 17:27 Alexey Tourbin
  2005-06-14 18:12 ` Andrey Borzenkov
  0 siblings, 1 reply; 15+ messages in thread
From: Alexey Tourbin @ 2005-06-14 17:27 UTC (permalink / raw)
  To: zsh-workers

[-- Attachment #1: Type: text/plain, Size: 229 bytes --]

Hello,

I believe this is a bug:

$ seq 1 3 |while read n; do { echo |echo } |/bin/echo $n; done
1
2
3
$ seq 1 3 |while read n; do { echo |echo } |echo $n; done
1
$

(I've got recent 4.3 snapshot, built without unicode support.)

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

end of thread, other threads:[~2005-06-27 14:45 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-06-14 17:27 subtle `echo' bug Alexey Tourbin
2005-06-14 18:12 ` Andrey Borzenkov
2005-06-14 18:49   ` Alexey Tourbin
2005-06-15  0:28   ` Bart Schaefer
2005-06-15  7:48     ` Alexey Tourbin
2005-06-15  8:17       ` Bart Schaefer
2005-06-15  9:10     ` Peter Stephenson
2005-06-15 13:56       ` Peter Stephenson
2005-06-15 15:32         ` Bart Schaefer
2005-06-15 15:49           ` Peter Stephenson
2005-06-15 16:39             ` Bart Schaefer
2005-06-15 16:47               ` Peter Stephenson
2005-06-27 10:03               ` Peter Stephenson
2005-06-27 14:31                 ` Bart Schaefer
2005-06-27 14:44                   ` Peter Stephenson

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).