Remove BB_SH define entirely.

This commit is contained in:
Matt Kraai 2001-08-09 21:00:15 +00:00
parent 2338d3176b
commit d0b5be6da8
6 changed files with 2 additions and 18 deletions

View file

@ -48,7 +48,7 @@ int chroot_main(int argc, char **argv)
prog = *argv;
execvp(*argv, argv);
} else {
#if defined(BB_SH) && defined BB_FEATURE_SH_STANDALONE_SHELL
#if defined shell_main && defined BB_FEATURE_SH_STANDALONE_SHELL
char shell[] = "/bin/sh";
char *shell_argv[2] = { shell, NULL };
applet_name = shell;