aboutsummaryrefslogtreecommitdiff
path: root/findutils/find.c
diff options
context:
space:
mode:
Diffstat (limited to 'findutils/find.c')
-rw-r--r--findutils/find.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/findutils/find.c b/findutils/find.c
index 5857a3f44..d9a42b3c6 100644
--- a/findutils/find.c
+++ b/findutils/find.c
@@ -9,7 +9,6 @@
*
* Licensed under GPLv2, see file LICENSE in this source tree.
*/
-
/* findutils-4.1.20:
*
* # find file.txt -exec 'echo {}' '{} {}' ';'
@@ -44,7 +43,6 @@
* # find t z t z '(' -name '*t*' -o -name '*z*' ')' -o -print
* (no output)
*/
-
/* Testing script
* ./busybox find "$@" | tee /tmp/bb_find
* echo ==================
@@ -52,7 +50,6 @@
* echo ==================
* diff -u /tmp/std_find /tmp/bb_find && echo Identical
*/
-
//config:config FIND
//config: bool "find (14 kb)"
//config: default y