From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10225 invoked by alias); 25 Mar 2010 14:22:14 -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: 27828 Received: (qmail 766 invoked from network); 25 Mar 2010 14:22:13 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 Received-SPF: none (ns1.primenet.com.au: domain at closedmail.com does not designate permitted sender hosts) From: Bart Schaefer Message-id: <100325072154.ZM26462@torch.brasslantern.com> Date: Thu, 25 Mar 2010 07:21:54 -0700 In-reply-to: <20100325130601.1ad26f05@news01> Comments: In reply to Peter Stephenson "Re: Infinite loop in parsing <()?" (Mar 25, 1:06pm) References: <87ljdhzijx.fsf@gmail.com> <100324173337.ZM25554@torch.brasslantern.com> <87d3yszm3n.fsf@gmail.com> <20100325130601.1ad26f05@news01> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: zsh-workers@zsh.org Subject: Re: Infinite loop in parsing <()? MIME-version: 1.0 Content-type: text/plain; charset=us-ascii On Mar 25, 1:06pm, Peter Stephenson wrote: } } + print -u $ZTST_fd 'This test hangs the shell when it fails...' } + alias sort='LC_ALL=C sort' } + cat <(echo foo | sort) } +0:Alias expansion works at the end of parsed strings } +>foo Probably not really anything to worry about, but this test will fail without hanging if there is no "sort" command in the path.