aboutsummaryrefslogtreecommitdiff
path: root/lash.c
diff options
context:
space:
mode:
Diffstat (limited to 'lash.c')
-rw-r--r--lash.c2
1 files changed, 2 insertions, 0 deletions
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)
1611 if (interactive==TRUE) { 1611 if (interactive==TRUE) {
1612 //printf( "optind=%d argv[optind]='%s'\n", optind, argv[optind]); 1612 //printf( "optind=%d argv[optind]='%s'\n", optind, argv[optind]);
1613 /* Looks like they want an interactive shell */ 1613 /* Looks like they want an interactive shell */
1614#ifndef BB_FEATURE_SH_EXTRA_QUIET
1614 printf( "\n\n" BB_BANNER " Built-in shell (lash)\n"); 1615 printf( "\n\n" BB_BANNER " Built-in shell (lash)\n");
1615 printf( "Enter 'help' for a list of built-in commands.\n\n"); 1616 printf( "Enter 'help' for a list of built-in commands.\n\n");
1617#endif
1616 } else if (local_pending_command==NULL) { 1618 } else if (local_pending_command==NULL) {
1617 //printf( "optind=%d argv[optind]='%s'\n", optind, argv[optind]); 1619 //printf( "optind=%d argv[optind]='%s'\n", optind, argv[optind]);
1618 input = xfopen(argv[optind], "r"); 1620 input = xfopen(argv[optind], "r");