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