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 63f365962..cd4695454 100644 --- a/shell/msh.c +++ b/shell/msh.c | |||
@@ -2740,7 +2740,7 @@ static int forkexec(struct op *t, int *pin, int *pout, int no_fork, char **wp) | |||
2740 | // longjmps away (at "Run builtin" below), leaving t->op_words clobbered! | 2740 | // longjmps away (at "Run builtin" below), leaving t->op_words clobbered! |
2741 | // See http://bugs.busybox.net/view.php?id=846. | 2741 | // See http://bugs.busybox.net/view.php?id=846. |
2742 | // Now we do not touch t->op_words, but separately pass wp as param list | 2742 | // Now we do not touch t->op_words, but separately pass wp as param list |
2743 | // to builtins | 2743 | // to builtins |
2744 | DBGPRINTF(("FORKEXEC: bltin %p, no_fork %d, owp %p\n", bltin, | 2744 | DBGPRINTF(("FORKEXEC: bltin %p, no_fork %d, owp %p\n", bltin, |
2745 | no_fork, owp)); | 2745 | no_fork, owp)); |
2746 | /* Don't fork if it is a lone builtin (not in pipe) | 2746 | /* Don't fork if it is a lone builtin (not in pipe) |