diff options
Diffstat (limited to 'coreutils/chroot.c')
-rw-r--r-- | coreutils/chroot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/chroot.c b/coreutils/chroot.c index 16c743fef..fcd70f21a 100644 --- a/coreutils/chroot.c +++ b/coreutils/chroot.c | |||
@@ -33,6 +33,6 @@ int chroot_main(int argc, char **argv) | |||
33 | argv[1] = (char *) "-i"; | 33 | argv[1] = (char *) "-i"; |
34 | } | 34 | } |
35 | 35 | ||
36 | execvp(*argv, argv); | 36 | BB_EXECVP(*argv, argv); |
37 | bb_perror_msg_and_die("cannot execute %s", *argv); | 37 | bb_perror_msg_and_die("cannot execute %s", *argv); |
38 | } | 38 | } |