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

Why doesn't typeset -p report typeset -U?



ofb:1%typeset -U path                                               11:23 ofb:~
ofb:1%typeset -p path                                               11:23 ofb:~
typeset -a path
path=(/home/jtr/yammer.net/bin /ofb/bin /home/jtr/bin /usr/bin /bin
/sbin /usr/sbin /usr/bin/mh /home/egnor/bin)

I would have expected the first line of typeset -p's output to be
something like typeset -aU path.



Messages sorted by: Reverse Date, Date, Thread, Author