summaryrefslogtreecommitdiff
path: root/shell/hush.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/hush.c')
-rw-r--r--shell/hush.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/hush.c b/shell/hush.c
index 2a4076ed2..40bcafdd9 100644
--- a/shell/hush.c
+++ b/shell/hush.c
@@ -1392,7 +1392,7 @@ static void pseudo_exec_argv(char **argv)
1392 } 1392 }
1393 /* re-exec ourselves with the new arguments */ 1393 /* re-exec ourselves with the new arguments */
1394 debug_printf_exec("re-execing applet '%s'\n", argv[0]); 1394 debug_printf_exec("re-execing applet '%s'\n", argv[0]);
1395 execvp(CONFIG_BUSYBOX_EXEC_PATH, argv); 1395 execvp(bb_busybox_exec_path, argv);
1396 /* If they called chroot or otherwise made the binary no longer 1396 /* If they called chroot or otherwise made the binary no longer
1397 * executable, fall through */ 1397 * executable, fall through */
1398 } 1398 }