Comment on xargs choice.
authorEric Andersen <andersen@codepoet.org>
Fri, 22 Sep 2000 20:02:34 +0000 (20:02 -0000)
committerEric Andersen <andersen@codepoet.org>
Fri, 22 Sep 2000 20:02:34 +0000 (20:02 -0000)
findutils/xargs.c
xargs.c

index 73b1a023755b00c32fb944dc656b305878e841a8..adf1f134c0df7b75c1666eee48f4e752b302fbff 100644 (file)
@@ -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.
diff --git a/xargs.c b/xargs.c
index 73b1a023755b00c32fb944dc656b305878e841a8..adf1f134c0df7b75c1666eee48f4e752b302fbff 100644 (file)
--- a/xargs.c
+++ b/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.