diff options
Diffstat (limited to 'shell/ash.c')
-rw-r--r-- | shell/ash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/ash.c b/shell/ash.c index 827643808..4a8ec0c03 100644 --- a/shell/ash.c +++ b/shell/ash.c | |||
@@ -5505,7 +5505,7 @@ openhere(union node *redir) | |||
5505 | ignoresig(SIGTSTP); //signal(SIGTSTP, SIG_IGN); | 5505 | ignoresig(SIGTSTP); //signal(SIGTSTP, SIG_IGN); |
5506 | signal(SIGPIPE, SIG_DFL); | 5506 | signal(SIGPIPE, SIG_DFL); |
5507 | xwrite(pip[1], p, len); | 5507 | xwrite(pip[1], p, len); |
5508 | _exit(EXIT_SUCCESS); | 5508 | _exit_SUCCESS(); |
5509 | } | 5509 | } |
5510 | out: | 5510 | out: |
5511 | close(pip[1]); | 5511 | close(pip[1]); |