Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: bug with for and time



Nathan Sidwell wrote:
> 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.

Yes, that's always been an annoying limitation: "time" works by gettings
system information about subprocesses, and there isn't one in this case.

-- 
Peter Stephenson <pws@xxxxxxx>                  Software Engineer
CSR Ltd., Science Park, Milton Road,
Cambridge, CB4 0WH, UK                          Tel: +44 (0)1223 692070


**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.

This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.

www.mimesweeper.com
**********************************************************************



Messages sorted by: Reverse Date, Date, Thread, Author