diff options
Diffstat (limited to 'libbb/vfork_daemon_rexec.c')
-rw-r--r-- | libbb/vfork_daemon_rexec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/vfork_daemon_rexec.c b/libbb/vfork_daemon_rexec.c index 2695f99ee..576534ee5 100644 --- a/libbb/vfork_daemon_rexec.c +++ b/libbb/vfork_daemon_rexec.c | |||
@@ -180,7 +180,7 @@ int FAST_FUNC spawn_and_wait(char **argv) | |||
180 | * as of yet (and that should probably always stay true). | 180 | * as of yet (and that should probably always stay true). |
181 | */ | 181 | */ |
182 | /* xfunc_error_retval and applet_name are init by: */ | 182 | /* xfunc_error_retval and applet_name are init by: */ |
183 | run_applet_no_and_exit(a, argv); | 183 | run_applet_no_and_exit(a, argv[0], argv); |
184 | } | 184 | } |
185 | # endif | 185 | # endif |
186 | } | 186 | } |