From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24863 invoked by alias); 15 May 2013 17:33:42 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 31409 Received: (qmail 20098 invoked from network); 15 May 2013 17:33:36 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 Received-SPF: none (ns1.primenet.com.au: domain at brasslantern.com does not designate permitted sender hosts) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type:x-gm-message-state; bh=DX6FzBm4I92V9e2XKqrfToyd5h7ejZFSCWuEEBBRU2Y=; b=VceWB/AX7qQrA2Mbr+gcaKn2rx6aqF+LQ/RS/LfqiNc7SOaVG7zKO47eoik+xSRxl0 +DoZ4V/CDdcJe1alx1W8ob2cDA/RyzzKX/XQzERvdBP7UlQ78k0fvAcNJgsY1LO62Qye 2rR/976UARUpq5j31sFAzKojY3qVkUMmaestlnbi/uyfNRrFg6mAzQJdSR4t5Dl/k0Ad 30oBQaBYGkOpoSJRQfXamdyZn9cjcJQ95R3t5iOfkIrXfpiAlPuVfOp+Pc6OtDWqfCzt TCIua/cUNFLOaTnBXpKLZZfKUkypLjd9djGasjCGFyJ+D9HFbHxOfG7k29Y6ehd3XztL zP4A== MIME-Version: 1.0 X-Received: by 10.152.28.233 with SMTP id e9mr7800434lah.41.1368639209899; Wed, 15 May 2013 10:33:29 -0700 (PDT) In-Reply-To: References: Date: Wed, 15 May 2013 10:33:29 -0700 Message-ID: Subject: Re: zsh built-in commands are removed when passing through a built-in command that spawns commands From: Bart Schaefer To: Antoine Pietri Cc: Zsh hackers list Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQn6Q8t52zg9NPiUke6UKtY2n4ulV7qUIAcqEgWpEn+tF1+2jwvorxEgmMSPQ0O+5jpx4EU9 On Wed, May 15, 2013 at 10:26 AM, Antoine Pietri 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 ?