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

Re: zsh built-in commands are removed when passing through a built-in command that spawns commands



On Wed, May 15, 2013 at 10:26 AM, Antoine Pietri
<antoine.pietri1@xxxxxxxxx> wrote:
>
> % time ( repeat 3; do; whence -a time; done )
> time
> /usr/bin/time

Well, that indicates that the builtin time is still there.  So
something else must be going on.

Have you tried looking at the oddball while loop with setopt xtrace ?



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