diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-09-22 20:02:34 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-09-22 20:02:34 +0000 |
commit | ebc0dd7a8a553ee1a3b4293975b02aa1578cac07 (patch) | |
tree | 2be6861f2a47e241a980c2c825c9cc658fe0cb97 /findutils | |
parent | 92a61c1206572f4a6e55baa24e7cdd4f180d4b64 (diff) | |
download | busybox-ebc0dd7a8a553ee1a3b4293975b02aa1578cac07.tar.gz |
Comment on xargs choice.
Diffstat (limited to 'findutils')
-rw-r--r-- | findutils/xargs.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/findutils/xargs.c b/findutils/xargs.c index 73b1a0237..adf1f134c 100644 --- a/findutils/xargs.c +++ b/findutils/xargs.c @@ -1,4 +1,5 @@ -/* xargs for busybox */ +/* xargs for busybox -- using GNU xargs till we can get something + * better. minix xargs is a bit smaller... */ /* xargs -- build and execute command lines from standard input Copyright (C) 1990, 91, 92, 93, 94 Free Software Foundation, Inc. |