Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
False alarm (nonomatch and cshnullglob)
- X-seq: zsh-users 330
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxxxxxxx
- Subject: False alarm (nonomatch and cshnullglob)
- Date: Mon, 22 Jul 1996 15:11:21 -0700
- Reply-to: schaefer@xxxxxxx
In a previous message I wrote:
zsh% setopt nobadpattern nonomatch
zsh% echo ( Make | buy )
zsh: no match
I forgot that I also have cshnullglob set.
zsh% unsetopt cshnullglob
zsh% setopt nobadpattern nonomatch
zsh% echo ( Make | buy )
( Make | buy )
zsh%
--
Bart Schaefer Brass Lantern Enterprises
http://www.well.com/user/barts http://www.nbn.com/people/lantern
New male in /home/schaefer:
>N 2 Justin William Schaefer Sat May 11 03:43 53/4040 "Happy Birthday"
Messages sorted by:
Reverse Date,
Date,
Thread,
Author