From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20695 invoked from network); 10 Oct 2001 19:15:50 -0000 Received: from unknown (HELO sunsite.dk) (130.225.247.90) by ns1.primenet.com.au with SMTP; 10 Oct 2001 19:15:50 -0000 Received: (qmail 16060 invoked by alias); 10 Oct 2001 19:15:32 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 4367 Received: (qmail 16048 invoked from network); 10 Oct 2001 19:15:32 -0000 Date: Wed, 10 Oct 2001 15:15:19 -0400 From: Clint Adams To: lists@pelennor.net Cc: zsh-users@sunsite.dk Subject: Re: conditional expressions (incompatible with ksh) Message-ID: <20011010151519.A31334@dman.com> References: <20011010123540.A5835@pelennor.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011010123540.A5835@pelennor.net>; from lists@pelennor.net on Wed, Oct 10, 2001 at 12:35:40PM -0500 > Any idea what the correct behavior should be? The POSIX-correct behavior should be to produce unspecified results, since -a as a unary primary is a bashism/kshism and not POSIX-compliant. Use -e instead.