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

export "a=b"=~



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



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