From d63dee4019a62d1c5bb31755d9866ef921aff76b Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 19 Oct 2001 00:22:23 +0000 Subject: Add an option to make the shells not advertise their busybox nature --- lash.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lash.c') diff --git a/lash.c b/lash.c index b3f7cb6a8..ffdec8781 100644 --- a/lash.c +++ b/lash.c @@ -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"); -- cgit v1.2.3