Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: problem with multicomp



>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