summaryrefslogtreecommitdiffstats
path: root/lib/command_parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/command_parse.c')
-rw-r--r--lib/command_parse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/command_parse.c b/lib/command_parse.c
index 81e4ad74..9204db70 100644
--- a/lib/command_parse.c
+++ b/lib/command_parse.c
@@ -1955,7 +1955,7 @@ cmd_parse_out_pipe(cmd_parsed parsed, cmd_token t)
switch (cpp_getch(p))
{
case '|':
- parsed->out_pipe = cmd_pipe_shell | cmd_pipe_shell_only ;
+ parsed->out_pipe = cmd_pipe_shell | cmd_pipe_shell_cmd ;
break ;
case '>':