diff options
Diffstat (limited to 'shell/lash.c')
-rw-r--r-- | shell/lash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/lash.c b/shell/lash.c index 1b8aca5..968396e 100644 --- a/shell/lash.c +++ b/shell/lash.c @@ -1661,7 +1661,7 @@ int lash_main(int argc_l, char **argv_l) //printf( "optind=%d argv[optind]='%s'\n", optind, argv[optind]); /* Looks like they want an interactive shell */ #ifndef CONFIG_FEATURE_SH_EXTRA_QUIET - printf( "\n\n" BB_BANNER " Built-in shell (lash)\n"); + printf( "\n\n%s Built-in shell (lash)\n", BB_BANNER); printf( "Enter 'help' for a list of built-in commands.\n\n"); #endif } else if (local_pending_command==NULL) { |