zsh-workers
 help / color / mirror / code / Atom feed
* noglob and setting variables
@ 1999-08-04 18:01 Owen M. Astley
  1999-08-05  4:28 ` Bart Schaefer
  0 siblings, 1 reply; 2+ messages in thread
From: Owen M. Astley @ 1999-08-04 18:01 UTC (permalink / raw)
  To: zsh-workers

Is this a bug or a feature?

In a directory with 32 files...

alpha3-~% a=(*)
alpha3-~% echo $#a
32
alpha3-~% noglob a=(*)
zsh: command not found: a=(*)
alpha3-~% noglob set -A a *
alpha3-~% echo $#a
1

So assignment using '=' doesn't appear to be a command.  What is it
then?

This is on zsh-3.0.5.

Owen



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

end of thread, other threads:[~1999-08-05  4:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-08-04 18:01 noglob and setting variables Owen M. Astley
1999-08-05  4:28 ` Bart Schaefer

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).