diff options
Diffstat (limited to 'shell/hush.c')
-rw-r--r-- | shell/hush.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/hush.c b/shell/hush.c index 545367cb6..aa740f1b4 100644 --- a/shell/hush.c +++ b/shell/hush.c | |||
@@ -1861,7 +1861,7 @@ static int run_pipe(struct pipe *pi) | |||
1861 | //sp: if (child->sp) | 1861 | //sp: if (child->sp) |
1862 | argv_expanded = expand_strvec_to_strvec(argv + i); | 1862 | argv_expanded = expand_strvec_to_strvec(argv + i); |
1863 | debug_printf_exec(": run_nofork_applet '%s' '%s'...\n", argv_expanded[0], argv_expanded[1]); | 1863 | debug_printf_exec(": run_nofork_applet '%s' '%s'...\n", argv_expanded[0], argv_expanded[1]); |
1864 | rcode = run_nofork_applet_prime(&nofork_save, a, argv_expanded) & 0xff; | 1864 | rcode = run_nofork_applet_prime(&nofork_save, a, argv_expanded); |
1865 | free(argv_expanded); | 1865 | free(argv_expanded); |
1866 | restore_redirects(squirrel); | 1866 | restore_redirects(squirrel); |
1867 | debug_printf_exec("run_pipe return %d\n", rcode); | 1867 | debug_printf_exec("run_pipe return %d\n", rcode); |