zsh-users
 help / color / mirror / code / Atom feed
* [Q] A mystery (at least for me ...)
@ 1998-12-18  8:44 Didier Verna
  1998-12-18  9:19 ` [1997] " Danek Duvall
  1998-12-18  9:54 ` Bart Schaefer
  0 siblings, 2 replies; 4+ messages in thread
From: Didier Verna @ 1998-12-18  8:44 UTC (permalink / raw)
  To: Zsh List


	HI!

I have something weird in zsh 3.0.5:

verna(pts/6) 143 % hostname
metheny
verna(pts/6) 144 % if echo toto | grep tata ; then echo SUCCESS ; fi      
zsh: done       echo toto | 
zsh: exit 1     grep tata
verna(pts/6) 145 % if echo toto | grep `hostname` ; then echo SUCCESS ; fi  
SUCCESS
verna(pts/6) 146 % if (echo toto | grep `hostname`) ; then echo SUCCESS ; fi
zsh: exit 1     ( echo toto | grep `hostname` )


	Is it a known bug in this version,or am I missing something ? 

Thanks
-- 
    /     /   _   _       Didier Verna        http://www.inf.enst.fr/~verna/
 - / / - / / /_/ /      E.N.S.T. INF C201.1      mailto:verna@inf.enst.fr
/_/ / /_/ / /__ /        46 rue Barrault        Tel.   (33) 01 45 81 73 46
                      75634 Paris  cedex 13     Fax.   (33) 01 45 81 31 19


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

end of thread, other threads:[~1998-12-18  9:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-12-18  8:44 [Q] A mystery (at least for me ...) Didier Verna
1998-12-18  9:19 ` [1997] " Danek Duvall
1998-12-18  9:22   ` Peter Stephenson
1998-12-18  9:54 ` Bart Schaefer

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