From 76e94801a1526aa135b044f9d1a98b8dd4d1e2bd Mon Sep 17 00:00:00 2001 From: kraai Date: Thu, 17 May 2001 20:40:21 +0000 Subject: Fix applet_name. git-svn-id: svn://busybox.net/trunk/busybox@2671 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- coreutils/chroot.c | 1 + 1 file changed, 1 insertion(+) (limited to 'coreutils/chroot.c') diff --git a/coreutils/chroot.c b/coreutils/chroot.c index c10df7a7c..f2d9b4d00 100644 --- a/coreutils/chroot.c +++ b/coreutils/chroot.c @@ -56,6 +56,7 @@ int chroot_main(int argc, char **argv) #else char shell[] = "/bin/sh"; char *shell_argv[2] = { shell, NULL }; + applet_name = shell; shell_main(1, shell_argv); return EXIT_SUCCESS; #endif -- cgit v1.2.3-55-g6feb