commit | 92a61c1206572f4a6e55baa24e7cdd4f180d4b64 | [log] [tgz] |
---|---|---|
author | Eric Andersen <andersen@codepoet.org> | Fri Sep 22 20:01:23 2000 +0000 |
committer | Eric Andersen <andersen@codepoet.org> | Fri Sep 22 20:01:23 2000 +0000 |
tree | c5354bb550d20972523bfb5c38b8666df527d75d | |
parent | 90f580ad5bde613e01a5ddf2efb5eb2d3a5f6a72 [diff] [blame] |
Add in xargs
diff --git a/applets/busybox.c b/applets/busybox.c index 43871b7..f923774 100644 --- a/applets/busybox.c +++ b/applets/busybox.c
@@ -349,6 +349,9 @@ #ifdef BB_WHOAMI {"whoami", whoami_main, _BB_DIR_USR_BIN, whoami_usage}, #endif +#ifdef BB_XARGS + {"xargs", xargs_main, _BB_DIR_USR_BIN, xargs_usage}, +#endif #ifdef BB_YES {"yes", yes_main, _BB_DIR_USR_BIN, yes_usage}, #endif