zsh-users
 help / color / mirror / code / Atom feed
* CSH_NULL_GLOB broken?
@ 1997-06-09 20:49 Steve Talley
  1997-06-09 22:05 ` Vincent Lefevre
  1997-06-09 23:39 ` Zoltan T. Hidvegi
  0 siblings, 2 replies; 3+ messages in thread
From: Steve Talley @ 1997-06-09 20:49 UTC (permalink / raw)
  To: zsh-users

CSH_NULL_GLOB doesn't appear to work in 3.1.0:

% unsetopt nomatch
% unsetopt nullglob   
% setopt cshnullglob
% ls -d /tmp
/tmp/
% ls -d /blah*
zsh: no match 
% ls -d /tmp /blah*
zsh: no match

The last command, according to the zshoptions man page, should have
listed /tmp and ignored the fact that nothing matches /blah*.  Am I
missing something?

Thanks,

Steve


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~1997-06-10  0:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1997-06-09 20:49 CSH_NULL_GLOB broken? Steve Talley
1997-06-09 22:05 ` Vincent Lefevre
1997-06-09 23:39 ` Zoltan T. Hidvegi

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).