diff options
author | Barton Schaefer <schaefer@zsh.org> | 2013-05-20 22:44:03 -0700 |
---|---|---|
committer | Barton Schaefer <schaefer@zsh.org> | 2013-05-20 23:38:58 -0700 |
commit | 1182a75e1b4d46a42935a217e80a2955b76be1a5 (patch) | |
tree | 36822fdf6a9bbc1d75c7c0ca3c0afe7309cf193c /ChangeLog | |
parent | aa7467b0bfcf1e28fd2b2b91a88040946c680e59 (diff) | |
download | zsh-1182a75e1b4d46a42935a217e80a2955b76be1a5.tar.gz zsh-1182a75e1b4d46a42935a217e80a2955b76be1a5.tar.xz zsh-1182a75e1b4d46a42935a217e80a2955b76be1a5.zip |
upon "read" of a short line, assign all variables passed as arguments.
It was noted that (print 1 2 | read one two three four) assigned values only to $one and $two except in the case where EOF was reached.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 6cdb25ae9..4ce49d11b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2013-05-20 Barton Schaefer <schaefer@zsh.org> + + * 31416: Src/builtin.c: upon "read" of a short line, assign all + variables passed as arguments. + 2013-05-14 Peter Stephenson <p.stephenson@samsung.com> * unposted: Completion/Unix/Command/_perforce: Improve |