diff options
Diffstat (limited to 'shell/msh.c')
-rw-r--r-- | shell/msh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/msh.c b/shell/msh.c index 9edf793ab..9e9b798a1 100644 --- a/shell/msh.c +++ b/shell/msh.c | |||
@@ -4162,7 +4162,7 @@ static int grave(int quoted) | |||
4162 | return 0; | 4162 | return 0; |
4163 | } | 4163 | } |
4164 | if (i != 0) { | 4164 | if (i != 0) { |
4165 | waitpid(i, NULL, 0); | 4165 | waitpid(i, NULL, 0); // safe_waitpid? |
4166 | global_env.iop->argp->aword = ++cp; | 4166 | global_env.iop->argp->aword = ++cp; |
4167 | close(pf[1]); | 4167 | close(pf[1]); |
4168 | PUSHIO(afile, remap(pf[0]), | 4168 | PUSHIO(afile, remap(pf[0]), |