zsh-workers
 help / color / mirror / code / Atom feed
* bug with for and time
@ 2004-10-04 15:31 Nathan Sidwell
  2004-10-04 16:10 ` Peter Stephenson
  0 siblings, 1 reply; 12+ messages in thread
From: Nathan Sidwell @ 2004-10-04 15:31 UTC (permalink / raw)
  To: zsh-workers

Zsh 4.0.4 appears to lose the time command in the following,

nathan@garibaldi:363>for i in 1 2 ; time echo


but, place the command in a subshell, and it works.

nathan@garibaldi:364>for i in 1 2 ; time (echo)

( echo )  0.00s user 0.00s system 0% cpu 0.000 total

( echo )  0.00s user 0.00s system 0% cpu 0.000 total


nathan
-- 
Nathan Sidwell    ::   http://www.codesourcery.com   ::     CodeSourcery LLC
nathan@codesourcery.com    ::     http://www.planetfall.pwp.blueyonder.co.uk



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

end of thread, other threads:[~2004-10-08 14:20 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-10-04 15:31 bug with for and time Nathan Sidwell
2004-10-04 16:10 ` Peter Stephenson
2004-10-05  9:38   ` Matthias B.
2004-10-05 18:18     ` Dan Nelson
2004-10-06 11:48       ` Matthias B.
2004-10-06 12:52         ` Nikolai Weibull
2004-10-06 17:06         ` Peter Stephenson
2004-10-06 17:53           ` Dan Nelson
2004-10-07  9:37             ` Peter Stephenson
2004-10-07 15:25               ` Dan Nelson
2004-10-08 13:14                 ` Peter Stephenson
2004-10-08 14:18                   ` 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).