diff options
author | Matt Kraai | 2001-04-12 20:44:21 +0000 |
---|---|---|
committer | Matt Kraai | 2001-04-12 20:44:21 +0000 |
commit | 4ef40c02f42fdc9131ae4de86499f8ccf584242d (patch) | |
tree | 661166b4830bc60da6a16fdc03a5c17e26912ac3 /lash.c | |
parent | 8fc364ebd5589bab9944c7eda078f23bca712e24 (diff) | |
download | busybox-4ef40c02f42fdc9131ae4de86499f8ccf584242d.zip busybox-4ef40c02f42fdc9131ae4de86499f8ccf584242d.tar.gz |
Another banner consolidation from Larry Doolittle <ldoolitt@recycle.lbl.gov>.
Diffstat (limited to 'lash.c')
-rw-r--r-- | lash.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1909,7 +1909,7 @@ int shell_main(int argc_l, char **argv_l) if (interactive==TRUE) { //printf( "optind=%d argv[optind]='%s'\n", optind, argv[optind]); /* Looks like they want an interactive shell */ - printf( "\n\nBusyBox v%s (%s) Built-in shell (lash)\n", BB_VER, BB_BT); + printf( "\n\n" BB_BANNER " Built-in shell (lash)\n"); printf( "Enter 'help' for a list of built-in commands.\n\n"); } else if (local_pending_command==NULL) { //printf( "optind=%d argv[optind]='%s'\n", optind, argv[optind]); |