We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e128c61 commit a3ce7ffCopy full SHA for a3ce7ff
src/visitor.c
@@ -64,6 +64,7 @@ int visit_cmd(ef_t *ef)
64
65
ef->in_fd = ef->pin_fd;
66
ef->out_fd = ef->pout_fd;
67
+ ef->skip_i = 0;
68
ef->skip_sz = 0;
69
ef->rout_fd = 0;
70
ef->rin_fd = 0;
@@ -73,7 +74,6 @@ int visit_cmd(ef_t *ef)
73
74
if (!handle_out_redirect(ef, ef->act_node, i, ef->act_node->vector.sz))
75
return -1;
76
}
- U_DEBUG("In fd [%d] out fd [%d]\n", ef->in_fd, ef->out_fd);
77
result = execute(ef);
78
if (ef->rout_fd)
79
close(ef->rout_fd);
0 commit comments