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 50f479d1a..c9d39b875 100644 --- a/shell/ash.c +++ b/shell/ash.c | |||
@@ -9576,7 +9576,7 @@ evalcommand(union node *cmd, int flags) | |||
9576 | if (applet_no >= 0 && APPLET_IS_NOFORK(applet_no)) { | 9576 | if (applet_no >= 0 && APPLET_IS_NOFORK(applet_no)) { |
9577 | listsetvar(varlist.list, VEXPORT|VSTACK); | 9577 | listsetvar(varlist.list, VEXPORT|VSTACK); |
9578 | /* run <applet>_main() */ | 9578 | /* run <applet>_main() */ |
9579 | exitstatus = run_nofork_applet(applet_no, argv); | 9579 | status = run_nofork_applet(applet_no, argv); |
9580 | break; | 9580 | break; |
9581 | } | 9581 | } |
9582 | #endif | 9582 | #endif |