diff options
Diffstat (limited to 'shell.h')
-rw-r--r-- | shell.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -62,7 +62,7 @@ struct param_type { int general_subshell_pgid; int general_pgid; int subshell; - int fd_read_for_channel; + int fd_read_for_pipeline; int fd_read_for_subshell; int background_process; }; |