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 07024f5f0..082f0f63e 100644 --- a/libbb/vfork_daemon_rexec.c +++ b/libbb/vfork_daemon_rexec.c | |||
@@ -249,7 +249,7 @@ void FAST_FUNC re_exec(char **argv) | |||
249 | * "we have (already) re-execed, don't do it again" flag */ | 249 | * "we have (already) re-execed, don't do it again" flag */ |
250 | argv[0][0] |= 0x80; | 250 | argv[0][0] |= 0x80; |
251 | execv(bb_busybox_exec_path, argv); | 251 | execv(bb_busybox_exec_path, argv); |
252 | bb_perror_msg_and_die("exec %s", bb_busybox_exec_path); | 252 | bb_perror_msg_and_die("can't execute '%s'", bb_busybox_exec_path); |
253 | } | 253 | } |
254 | 254 | ||
255 | pid_t FAST_FUNC fork_or_rexec(char **argv) | 255 | pid_t FAST_FUNC fork_or_rexec(char **argv) |