| File src/builtin_functions.c changed (mode: 100644) (index e823cf92e..77547eaf3) |
| ... |
... |
execute_cmd(var_t cmd_arg, int interactive, int preserve_stdin) |
| 717 |
717 |
} |
} |
| 718 |
718 |
|
|
| 719 |
719 |
result_str = read_nonseekable_stream(cmd_stream, &cmd_out_len, NULL, NULL); |
result_str = read_nonseekable_stream(cmd_stream, &cmd_out_len, NULL, NULL); |
| 720 |
|
/* XXX: a command can close its output stream before it exists, in which case |
|
|
720 |
|
/* XXX: a command can close its output stream before it exits, in which case |
| 721 |
721 |
* this function returns prior to side-effects which a caller might |
* this function returns prior to side-effects which a caller might |
| 722 |
722 |
* expect to have already occured. Should wait for the process to |
* expect to have already occured. Should wait for the process to |
| 723 |
723 |
* end? */ |
* end? */ |