Fix applet_name.
diff --git a/coreutils/chroot.c b/coreutils/chroot.c
index c10df7a..f2d9b4d 100644
--- a/coreutils/chroot.c
+++ b/coreutils/chroot.c
@@ -56,6 +56,7 @@
 #else
 		char shell[] = "/bin/sh";
 		char *shell_argv[2] = { shell, NULL };
+		applet_name = shell;
 		shell_main(1, shell_argv);
 		return EXIT_SUCCESS;
 #endif