Patch from Dmitry Zakharov, this line was missedfrom the last patch
This commit is contained in:
parent
817565a0ff
commit
4bded58207
@ -1045,6 +1045,7 @@ static node *parse_expr(unsigned long iexp) {
|
|||||||
if (glptr && (t.info == (OC_COMPARE|VV|P(39)|2))) {
|
if (glptr && (t.info == (OC_COMPARE|VV|P(39)|2))) {
|
||||||
/* input redirection (<) attached to glptr node */
|
/* input redirection (<) attached to glptr node */
|
||||||
cn = glptr->l.n = new_node(OC_CONCAT|SS|P(37));
|
cn = glptr->l.n = new_node(OC_CONCAT|SS|P(37));
|
||||||
|
cn->a.n = glptr;
|
||||||
xtc = TC_OPERAND | TC_UOPPRE;
|
xtc = TC_OPERAND | TC_UOPPRE;
|
||||||
glptr = NULL;
|
glptr = NULL;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user