inetd: comment tweak. no code changes
[oweals/busybox.git] / coreutils / chroot.c
index 1198a415a2434ab1b892538ad317d055b0358534..9b3d700444cd47749142029b0d5ad298b518e376 100644 (file)
@@ -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);
 }