From 364bc9a86ee9682d11416b5c394de6a4d77cdf57 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Wed, 25 Jun 2008 12:52:48 +0000 Subject: defconfig fix; "help output to fd 2" fix --- libbb/appletlib.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libbb/appletlib.c') diff --git a/libbb/appletlib.c b/libbb/appletlib.c index 86f8508..06a83e5 100644 --- a/libbb/appletlib.c +++ b/libbb/appletlib.c @@ -638,6 +638,7 @@ static int busybox_main(char **argv) /* leading tab and room to wrap */ output_width -= MAX_APPLET_NAME_LEN + 8; + dup2(1, 2); full_write2_str(bb_banner); /* reuse const string... */ full_write2_str(" multi-call binary\n" "Copyright (C) 1998-2008 Erik Andersen, Rob Landley, Denys Vlasenko\n" -- cgit v1.1