Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
subtle `echo' bug
- X-seq: zsh-workers 21335
- From: Alexey Tourbin <at@xxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: subtle `echo' bug
- Date: Tue, 14 Jun 2005 21:27:38 +0400
- Mail-followup-to: zsh-workers@xxxxxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
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:
pgpaa0SAaoiNw.pgp
Description: PGP signature
Messages sorted by:
Reverse Date,
Date,
Thread,
Author