Add an option to make the shells not advertise their busybox nature

This commit is contained in:
Eric Andersen
2001-10-19 00:22:23 +00:00
parent f4c208937c
commit d63dee4019
9 changed files with 25 additions and 4 deletions

View File

@@ -1611,8 +1611,10 @@ int lash_main(int argc_l, char **argv_l)
if (interactive==TRUE) {
//printf( "optind=%d argv[optind]='%s'\n", optind, argv[optind]);
/* Looks like they want an interactive shell */
#ifndef BB_FEATURE_SH_EXTRA_QUIET
printf( "\n\n" BB_BANNER " Built-in shell (lash)\n");
printf( "Enter 'help' for a list of built-in commands.\n\n");
#endif
} else if (local_pending_command==NULL) {
//printf( "optind=%d argv[optind]='%s'\n", optind, argv[optind]);
input = xfopen(argv[optind], "r");