zsh-workers
 help / color / mirror / code / Atom feed
* ["regression"] Stéphane=1 zsh -c 'echo $Stéphane'
@ 2015-10-06 11:04 Stephane Chazelas
  2015-10-06 15:44 ` ["regression"] Stéphane= 1 " Bart Schaefer
  0 siblings, 1 reply; 5+ messages in thread
From: Stephane Chazelas @ 2015-10-06 11:04 UTC (permalink / raw)
  To: Zsh hackers list

$ zsh --version
zsh 5.0.2 (x86_64-pc-linux-gnu)
$ locale charmap
UTF-8
$ env Stéphane=1 zsh -c 'echo $Stéphane'
1

Now:

$ zsh --version
zsh 5.1.1 (x86_64-debian-linux-gnu)
$ env Stéphane=1 zsh -c 'echo $Stéphane'

$ env Stéphane=1 zsh -c 'Stéphane=2; export Stéphane; printenv Stéphane'
1


The change may have been intentional, but then why allow:

$ zsh -c 'Stéphane=2; echo $Stéphane'
2

(it looks like 5.0.2 had similar problems with a Stéphane env var in iso8859-1
locales).

-- 
Stephane


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

end of thread, other threads:[~2015-10-07 13:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-06 11:04 ["regression"] Stéphane=1 zsh -c 'echo $Stéphane' Stephane Chazelas
2015-10-06 15:44 ` ["regression"] Stéphane= 1 " Bart Schaefer
2015-10-06 18:59   ` ZyX
2015-10-06 19:29     ` Stephane Chazelas
2015-10-07 13:15   ` 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).