zsh-users
 help / color / mirror / code / Atom feed
* Exporting arrays
@ 1998-01-11 18:16 Adam Spiers
  1998-01-12  3:51 ` Geoff Wing
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Adam Spiers @ 1998-01-11 18:16 UTC (permalink / raw)
  To: zsh users mailing list

% foo=(a b c)
% typeset | grep zzz
array foo=(a b c)
% export foo=(a b c)
% typeset | grep zzz 
array exported foo=(a b c)

However,

% unset foo
% export foo=(a b c)
% typeset | grep zzz 
exported foo='(a b c)'

Presumably there's a decent reason for this behaviour; would
someone be good enough to explain it to me?


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

end of thread, other threads:[~1998-01-13 14:20 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-01-11 18:16 Exporting arrays Adam Spiers
1998-01-12  3:51 ` Geoff Wing
1998-01-12  9:01 ` Peter Stephenson
1998-01-12 10:45 ` Andrew Main
1998-01-12 13:48   ` Bernd Eggink
1998-01-12 15:15     ` Andrew Main
1998-01-12 21:24       ` Bernd Eggink
1998-01-12 22:12       ` Adam Spiers
1998-01-12 23:15         ` Mirar
1998-01-13  1:39           ` Adam Spiers
1998-01-13 14:12             ` Mirar

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