35643: Redirections after typeset assignments were broken.

This commit is contained in:
Peter Stephenson 2015-06-28 17:47:02 +01:00
parent 811027a22a
commit 93e5234532
2 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2015-06-28 Peter Stephenson <p.w.stephenson@ntlworld.com>
* 35643: Src/parse.c: redirections after typeset assignments
were broken.
2015-06-27 Barton E. Schaefer <schaefer@zsh.org>
* 35642: Src/context.c: signal queueing in zcontext_save_partial()

View file

@ -1868,6 +1868,8 @@ par_simple(int *cmplx, int nr)
*cmplx = c = 1;
nrediradd = par_redir(&r, NULL);
p += nrediradd;
if (ppost)
ppost += nrediradd;
sr += nrediradd;
} else if (tok == ENVSTRING) {
char *ptr, *name, *str;