From 9c5fcc3408626c46bc5187554e950b981143bb38 Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Mon, 17 Jul 2000 23:45:12 +0000 Subject: New message added to messages.c: full_version Used where possible --- shell/lash.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'shell/lash.c') diff --git a/shell/lash.c b/shell/lash.c index 1dfce9e77..c9ef39f49 100644 --- a/shell/lash.c +++ b/shell/lash.c @@ -46,6 +46,10 @@ #include "cmdedit.h" #endif +#define bb_need_full_version +#define BB_DECLARE_EXTERN +#include "messages.c" + #define MAX_READ 128 /* size of input buffer for `read' builtin */ #define JOB_STATUS_FORMAT "[%d] %-22s %.40s\n" @@ -1141,7 +1145,7 @@ int shell_main(int argc, char **argv) //} if (argc < 2) { - fprintf(stdout, "\n\nBusyBox v%s (%s) Built-in shell\n", BB_VER, BB_BT); + fprintf(stdout, "\n\n%s Built-in shell\n", full_version); fprintf(stdout, "Enter 'help' for a list of built-in commands.\n\n"); } else { if (argv[1][0]=='-' && argv[1][1]=='c') { -- cgit v1.2.3