diff options
Diffstat (limited to 'msh.c')
-rw-r--r-- | msh.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -801,8 +801,10 @@ extern int msh_main(int argc, char **argv) | |||
801 | PUSHIO(afile, 0, iof); | 801 | PUSHIO(afile, 0, iof); |
802 | if (isatty(0) && isatty(1) && !cflag) { | 802 | if (isatty(0) && isatty(1) && !cflag) { |
803 | interactive++; | 803 | interactive++; |
804 | #ifndef BB_FEATURE_SH_EXTRA_QUIET | ||
804 | printf( "\n\n" BB_BANNER " Built-in shell (msh)\n"); | 805 | printf( "\n\n" BB_BANNER " Built-in shell (msh)\n"); |
805 | printf( "Enter 'help' for a list of built-in commands.\n\n"); | 806 | printf( "Enter 'help' for a list of built-in commands.\n\n"); |
807 | #endif | ||
806 | } | 808 | } |
807 | } | 809 | } |
808 | signal(SIGQUIT, qflag); | 810 | signal(SIGQUIT, qflag); |