zsh-workers
 help / color / mirror / code / Atom feed
* 'typeset -xp'/'export -p' shows unset exported variables as set & empty
@ 2016-10-22 15:29 Martijn Dekker
  2016-10-22 18:42 ` Bart Schaefer
  0 siblings, 1 reply; 2+ messages in thread
From: Martijn Dekker @ 2016-10-22 15:29 UTC (permalink / raw)
  To: Zsh hackers list

$ unset -v foo
$ export foo
$ typeset -xp foo
typeset -x foo=''

Expected output:
typeset -x foo

Thanks,

- M.


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

end of thread, other threads:[~2016-10-22 18:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-22 15:29 'typeset -xp'/'export -p' shows unset exported variables as set & empty Martijn Dekker
2016-10-22 18:42 ` 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).