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 db8ca4f97..7cceab30d 100644 --- a/shell/hush.c +++ b/shell/hush.c | |||
@@ -7064,7 +7064,7 @@ static NOINLINE void pseudo_exec_argv(nommu_save_t *nommu_save, | |||
7064 | /* Do not leak open fds from opened script files etc */ | 7064 | /* Do not leak open fds from opened script files etc */ |
7065 | close_all_FILE_list(); | 7065 | close_all_FILE_list(); |
7066 | debug_printf_exec("running applet '%s'\n", argv[0]); | 7066 | debug_printf_exec("running applet '%s'\n", argv[0]); |
7067 | run_applet_no_and_exit(a, argv); | 7067 | run_applet_no_and_exit(a, argv[0], argv); |
7068 | } | 7068 | } |
7069 | # endif | 7069 | # endif |
7070 | /* Re-exec ourselves */ | 7070 | /* Re-exec ourselves */ |