From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from euclid.skiles.gatech.edu (list@euclid.skiles.gatech.edu [130.207.146.50]) by coral.primenet.com.au (8.7.5/8.7.3) with ESMTP id GAA01849 for ; Sat, 3 Aug 1996 06:43:02 +1000 (EST) Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id QAA28418; Fri, 2 Aug 1996 16:37:40 -0400 (EDT) Resent-Date: Fri, 2 Aug 1996 16:37:40 -0400 (EDT) From: Zefram Message-Id: <19129.199608021945@stone.dcs.warwick.ac.uk> Subject: Re: problem with multicomp To: carlos@riglos.fisica.ufpr.br (Carlos Carvalho) Date: Fri, 2 Aug 1996 20:45:32 +0100 (BST) Cc: zsh-workers@math.gatech.edu In-Reply-To: from "Carlos Carvalho" at Aug 2, 96 04:05:00 pm X-Loop: zefram@dcs.warwick.ac.uk X-Stardate: [-31]7904.11 X-US-Congress: Moronic fuckers MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Resent-Message-ID: <"Hwoak.0.yx6.JSc0o"@euclid> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/1905 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu >Yes, this is the problem. Thanks. HOWEVER, if I do setopt|grep set it >doesn't appear!! The correct way to check for an option being set is `[[ -o name ]]`. `[[ -o nounset ]]` still works, and means exactly the same thing it used to. -zefram