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 FAA01743 for ; Sat, 3 Aug 1996 05:26:11 +1000 (EST) Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id PAA27735; Fri, 2 Aug 1996 15:22:42 -0400 (EDT) Resent-Date: Fri, 2 Aug 1996 15:22:42 -0400 (EDT) From: Zoltan Hidvegi Message-Id: <199608021922.VAA06381@bolyai.cs.elte.hu> Subject: Re: problem with multicomp To: carlos@riglos.fisica.ufpr.br (Carlos Carvalho) Date: Fri, 2 Aug 1996 21:21:59 +0200 (MET DST) Cc: zsh-workers@math.gatech.edu In-Reply-To: from Carlos Carvalho at "Aug 2, 96 04:05:00 pm" Organization: Dept. of Comp. Sci., Eotvos University, Budapest, Hungary Phone: (36 1)2669833 ext: 2667, home phone: (36 1) 2752368 X-Mailer: ELM [version 2.4ME+ PL16 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Resent-Message-ID: <"Rex933.0.En6.2Mb0o"@euclid> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/1904 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu > Zoltan Hidvegi (hzoli@cs.elte.hu) wrote on 2 August 1996 20:16: > >I'm sure that you set the nounset option. > > Yes, this is the problem. Thanks. HOWEVER, if I do setopt|grep set it > doesn't appear!! I haven't really followed the details of the NO_ > changes to the options, but if you're required to say setopt nounset > for it to work, it should appear in setopt's listing. setopt nounset is the same as unsetopt unset. Try unsetopt|grep unset. Zoltan