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
- X-seq: zsh-workers 31408
- From: Antoine Pietri <antoine.pietri1@xxxxxxxxx>
- To: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- Subject: Re: zsh built-in commands are removed when passing through a built-in command that spawns commands
- Date: Wed, 15 May 2013 19:26:25 +0200
- Cc: Zsh hackers list <zsh-workers@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=CqS4jdSv6vyNrLyLXWt8lL6o/krjy2lRUQ6KtSPp1LY=; b=fgyVJ0CvxKECnRemyFlc0Ax2lfTaQEnBii2d9a3PoKBioqfOim3VCxfcn7RLXIegpf fUgal/w25Lhs+wqNNmH5KhNxhFVPVePv7aoYLzEYkRWmR4+XMoq0KnzgpJ6am2Pc2OVs TfNppCZ6mtb+UsVonoGBxVnd3UkgAzH+Z5Tlyj+KwCzSywjn7oinlt5JENY36m8frhP+ LFqJBo7Ym5eIPnH48zgMbrXCjQuYNVyU1AIcahAuyttxr0EIG7wSrI8Ql6/38S7JEXlq Q11hcOsHog+taKw1894485KtAtj2DMRAXTUMtRAJe9pTNtogMKo4JlvODh9BsPAcNqx9 zUgg==
- In-reply-to: <CAH+w=7Zif12Z1pdaHen8UX+Hj=xtcCZWr9c1BrJjStopbgfwzw@mail.gmail.com>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <CAOMH6m1ksarUHLQur75UCMnbbvsTAjWrFsYcexoxmP3vN7a-MQ@mail.gmail.com> <CAH+w=7Zif12Z1pdaHen8UX+Hj=xtcCZWr9c1BrJjStopbgfwzw@mail.gmail.com>
2013/5/15 Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>:
> I can't reproduce this. What do you get from
>
> % time ( repeat 3; do; whence -a time; done )
>
> ??
% time ( repeat 3; do; whence -a time; done )
time
/usr/bin/time
time
/usr/bin/time
time
/usr/bin/time
( repeat 3; do; whence -a time; done; ) 0,00s user 0,00s system 0%
cpu 0,002 total
--
Antoine Pietri
Messages sorted by:
Reverse Date,
Date,
Thread,
Author