usage.c: remove reference to busybox.h
*: s/include "busybox.h"/include "libbb.h"
This commit is contained in:
@ -36,7 +36,7 @@
|
||||
echo `echo hello#comment " woot` and more
|
||||
*/
|
||||
|
||||
#include "busybox.h"
|
||||
#include "libbb.h"
|
||||
|
||||
// A single executable, its arguments, and other information we know about it.
|
||||
#define BBSH_FLAG_EXIT 1
|
||||
|
Reference in New Issue
Block a user