zsh-workers
 help / color / mirror / code / Atom feed
* export "a=b"=~
@ 2017-03-08  8:50 Stephane Chazelas
  2017-03-08 13:23 ` Daniel Shahaf
  0 siblings, 1 reply; 4+ messages in thread
From: Stephane Chazelas @ 2017-03-08  8:50 UTC (permalink / raw)
  To: Zsh hackers list

Not that it's likely to ever be a concern, but I just noticed:

$ zsh -c 'export "a"=a=~; echo $a'
a=~
$ zsh -c 'export "a=a"=~; echo $a'
a=/home/chazelas
$ zsh -c 'export a=a=~; echo $a'
a=~

(5.1.1)

-- 
Stephane


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

end of thread, other threads:[~2017-03-08 22:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-08  8:50 export "a=b"=~ Stephane Chazelas
2017-03-08 13:23 ` Daniel Shahaf
2017-03-08 15:44   ` Peter Stephenson
2017-03-08 22:30     ` Stephane Chazelas

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