From 73c2b45701b07d29d8d7e55a0e980af385ad5280 Mon Sep 17 00:00:00 2001 From: andersen Date: Fri, 19 Oct 2001 00:22:23 +0000 Subject: Add an option to make the shells not advertise their busybox nature git-svn-id: svn://busybox.net/trunk/busybox@3548 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- msh.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'msh.c') diff --git a/msh.c b/msh.c index e16d6f304..5c4ec1019 100644 --- a/msh.c +++ b/msh.c @@ -801,8 +801,10 @@ extern int msh_main(int argc, char **argv) PUSHIO(afile, 0, iof); if (isatty(0) && isatty(1) && !cflag) { interactive++; +#ifndef BB_FEATURE_SH_EXTRA_QUIET printf( "\n\n" BB_BANNER " Built-in shell (msh)\n"); printf( "Enter 'help' for a list of built-in commands.\n\n"); +#endif } } signal(SIGQUIT, qflag); -- cgit v1.2.3-55-g6feb