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 1b8aca506..968396e41 100644 --- a/shell/lash.c +++ b/shell/lash.c | |||
@@ -1661,7 +1661,7 @@ int lash_main(int argc_l, char **argv_l) | |||
1661 | //printf( "optind=%d argv[optind]='%s'\n", optind, argv[optind]); | 1661 | //printf( "optind=%d argv[optind]='%s'\n", optind, argv[optind]); |
1662 | /* Looks like they want an interactive shell */ | 1662 | /* Looks like they want an interactive shell */ |
1663 | #ifndef CONFIG_FEATURE_SH_EXTRA_QUIET | 1663 | #ifndef CONFIG_FEATURE_SH_EXTRA_QUIET |
1664 | printf( "\n\n" BB_BANNER " Built-in shell (lash)\n"); | 1664 | printf( "\n\n%s Built-in shell (lash)\n", BB_BANNER); |
1665 | printf( "Enter 'help' for a list of built-in commands.\n\n"); | 1665 | printf( "Enter 'help' for a list of built-in commands.\n\n"); |
1666 | #endif | 1666 | #endif |
1667 | } else if (local_pending_command==NULL) { | 1667 | } else if (local_pending_command==NULL) { |