Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: problem with multicomp
- X-seq: zsh-workers 1905
- From: Zefram <A.Main@xxxxxxxxxxxxxxxxx>
- To: carlos@xxxxxxxxxxxxxxxxxxxxx (Carlos Carvalho)
- Subject: Re: problem with multicomp
- Date: Fri, 2 Aug 1996 20:45:32 +0100 (BST)
- Cc: zsh-workers@xxxxxxxxxxxxxxx
- In-reply-to: <m0umPXr-00002aC@xxxxxxxxxxxxxxxxxxxxx> from "Carlos Carvalho" at Aug 2, 96 04:05:00 pm
>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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author