From dd1ccddf1b33972966760857092eb9b659b7a40a Mon Sep 17 00:00:00 2001 From: "\"Vladimir N. Oleynik\"" Date: Thu, 16 Feb 2006 15:40:24 +0000 Subject: moved BB_BANNER to applets/version.c file: make kernel like version, removed depend loop: busybox.h depend with BB_BT, and all sources depend with busybox.h --- shell/ash.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'shell/ash.c') diff --git a/shell/ash.c b/shell/ash.c index e9e6def22..9eb395fd9 100644 --- a/shell/ash.c +++ b/shell/ash.c @@ -11833,8 +11833,9 @@ setinteractive(int on) if(!do_banner) { out1fmt( - "\n\n" BB_BANNER " Built-in shell (ash)\n" - "Enter 'help' for a list of built-in commands.\n\n"); + "\n\n%s Built-in shell (ash)\n" + "Enter 'help' for a list of built-in commands.\n\n", + BB_BANNER); do_banner++; } } -- cgit v1.2.3