Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Why doesn't typeset -p report typeset -U?
- X-seq: zsh-users 10400
- From: "John Reese" <john.reese@xxxxxxxxx>
- To: "Zsh Users" <zsh-users@xxxxxxxxxx>
- Subject: Why doesn't typeset -p report typeset -U?
- Date: Tue, 20 Jun 2006 11:24:57 -0700
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=nRfsRm76DYxmMi/H1li8MxAL4QNBfWugJVOcOPnNxMiqmGDTFvSSXsZt8AsE0Mmw7mS7HHjUW+0O/wYnkru4Hs9/KpknYPOGUutcKSnh5n/jYr3ohflcpb1p2VgX3JRLGGiHzheoqaxW/AZJaoEP+7bMV6Gz76gLYXmdusBEc+o=
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
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