Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/libbb
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-06-25 16:52:37 +0400
committerDenis Vlasenko <vda.linux@googlemail.com>2008-06-25 16:52:37 +0400
commitf941306199d7cb00be68483169f202432a9a9a7d (patch)
treec66384b28f2c333baf6ef3c63b5fbf23c8ab0604 /libbb
parentdabe36e4a010f0dbcec4116016376d4e82e85d2f (diff)
defconfig fix; "help output to fd 2" fix
Diffstat (limited to 'libbb')
-rw-r--r--libbb/appletlib.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libbb/appletlib.c b/libbb/appletlib.c
index 86f85081c..06a83e58d 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"