diff options
Diffstat (limited to 'coreutils')
-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 1198a415a..9b3d70044 100644 --- a/coreutils/chroot.c +++ b/coreutils/chroot.c @@ -33,5 +33,5 @@ int chroot_main(int argc, char **argv) } BB_EXECVP(*argv, argv); - bb_perror_msg_and_die("cannot execute %s", *argv); + bb_perror_msg_and_die("can't execute '%s'", *argv); } |