about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@zsh.org>2016-09-29 17:29:58 +0100
committerPeter Stephenson <pws@zsh.org>2016-09-29 17:29:58 +0100
commit6ce696f35236dc4c1b6249c6f1e7f64cc95a6046 (patch)
tree32d563a9982cf4ffbd658d1156199b4084293858 /ChangeLog
parent99f74d6c0ac76910e45435dc69a3441415721a01 (diff)
downloadzsh-6ce696f35236dc4c1b6249c6f1e7f64cc95a6046.tar.gz
zsh-6ce696f35236dc4c1b6249c6f1e7f64cc95a6046.tar.xz
zsh-6ce696f35236dc4c1b6249c6f1e7f64cc95a6046.zip
39502: Fork for assignment in LHS of pipeline.
  foo=bar | stuff

left the value of foo set to bar as we didn't realise we needed to
fork.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 883ff0230..ca9d23b57 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2016-09-29  Peter Stephenson  <p.stephenson@samsung.com>
 
+	* 39502: Src/exec.c, Test/A01grammar.ztst: need to fork for
+	assignment in LHS of pipeline.
+
 	* unposted: Src/Zle/compctl.c, Src/Zle/zle_tricky.c: update
 	findcmd() call here, too.