From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16719 invoked by alias); 15 May 2013 17:25:13 -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: 31407 Received: (qmail 7444 invoked from network); 15 May 2013 17:25:07 -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=ROMcSrDQ+zdttjK7I8Gi9KjWAheMO+z1bYwxgohR/RU=; b=cwqip/0gAqMzT7tWJ2v6asMKX7PLY3qv0vOQbElg9OEbp0nFVJFGaULrlL3rMY+1OM R+jDZk2Ak9j6JOLSEXFSU9+iIwWZYt3638pdduvi/+I0FgLE2DDWEiJRJMrSXFpS1KOf y8FKVuBJ0l0+4wWlpQDgeTxt4TXcf/uh+Rpy61BddNmo6pRA6u7T6OyO3ArvZV5JRnSL jVieGvCrC/AFeK/W03saLGvy1p3gSXVK5qamACl8O6tI7FGfeG0cQ+PSWXSlYwMA2hqd xpZtBypk43burFWyO2mZmFN3hrSgmF9/aFnTiVIelFS/GHujhEcbWWSyW6dlcEo+fEpq 1ozA== MIME-Version: 1.0 X-Received: by 10.112.171.7 with SMTP id aq7mr18450887lbc.130.1368638697701; Wed, 15 May 2013 10:24:57 -0700 (PDT) In-Reply-To: References: Date: Wed, 15 May 2013 10:24:57 -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: ALoCoQltk95foU4rW1zlutLRxxgdgPiywsQ57MjzuXL+AHmjhKbwK0YEebpLqt9kkbGw+/sZwfPF I can't reproduce this. What do you get from % time ( repeat 3; do; whence -a time; done ) ??