Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
export "a=b"=~
- X-seq: zsh-workers 40794
- From: Stephane Chazelas <stephane.chazelas@xxxxxxxxx>
- To: Zsh hackers list <zsh-workers@xxxxxxx>
- Subject: export "a=b"=~
- Date: Wed, 8 Mar 2017 08:50:00 +0000
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:subject:message-id:mail-followup-to:mime-version :content-disposition:user-agent; bh=VP3Ud6dI8HdGdAmUkxmYcXy3WVfiMOzuZIKdXyIqXW4=; b=uaV6lXNfTUNVvEdO93KSymEpgHqk3V7LVwL8vuL/6yGDITPXq8ubK1EX9GGY1V3LR+ obzUvy45HFTdlu09XCSdB0ifvCHutY7hGYmiFQY2TkA+0Bvi/8nnlGlDu1Fp3mEKpyay QQ0QYAiXWDhOF9xq0NYYnh4sJyTWchdciMyelN+VzD3migyDt7OUjV9wKBq7NdjmswLD fQKTAcB6Bj0a5mMMT88NAbobjFPhZ8RDJ4hbR3Vto9+xL/wPz4CWfVP+iD141wQoc8xZ NEZXvKBX/izwm7yAzaL/bcn8NOP+OTCFKBZRR9CRMpfuIyaAW1joCGN6nkiMm9ZJ1wZ+ bmDA==
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mail-followup-to: Zsh hackers list <zsh-workers@xxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
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