mirror of
https://github.com/sheumann/hush.git
synced 2024-12-21 23:29:34 +00:00
busybox: do not print help to fd 2, print it to fd 1
otherwise this can break scripts
This commit is contained in:
parent
f4cfa1bd5a
commit
21278dff70
@ -638,6 +638,7 @@ static int busybox_main(char **argv)
|
|||||||
/* leading tab and room to wrap */
|
/* leading tab and room to wrap */
|
||||||
output_width -= MAX_APPLET_NAME_LEN + 8;
|
output_width -= MAX_APPLET_NAME_LEN + 8;
|
||||||
|
|
||||||
|
dup2(1, 2);
|
||||||
full_write2_str(bb_banner); /* reuse const string... */
|
full_write2_str(bb_banner); /* reuse const string... */
|
||||||
full_write2_str(" multi-call binary\n"
|
full_write2_str(" multi-call binary\n"
|
||||||
"Copyright (C) 1998-2008 Erik Andersen, Rob Landley, Denys Vlasenko\n"
|
"Copyright (C) 1998-2008 Erik Andersen, Rob Landley, Denys Vlasenko\n"
|
||||||
|
Loading…
Reference in New Issue
Block a user