diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2017-09-18 16:28:43 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2017-09-18 16:28:43 +0200 |
commit | 0c4dbd481aedb5d22c1048e7f7eb547a3b5e50a5 (patch) | |
tree | cfe1328d742da3f0572ac8b2f06aa95259862ac5 /findutils/find.c | |
parent | b63afead4411c5832d427ed149683c85cc81a4c9 (diff) | |
download | busybox-w32-0c4dbd481aedb5d22c1048e7f7eb547a3b5e50a5.tar.gz busybox-w32-0c4dbd481aedb5d22c1048e7f7eb547a3b5e50a5.tar.bz2 busybox-w32-0c4dbd481aedb5d22c1048e7f7eb547a3b5e50a5.zip |
regularize format of source file headers, no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'findutils/find.c')
-rw-r--r-- | findutils/find.c | 3 |
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 @@ | |||
9 | * | 9 | * |
10 | * Licensed under GPLv2, see file LICENSE in this source tree. | 10 | * Licensed under GPLv2, see file LICENSE in this source tree. |
11 | */ | 11 | */ |
12 | |||
13 | /* findutils-4.1.20: | 12 | /* findutils-4.1.20: |
14 | * | 13 | * |
15 | * # find file.txt -exec 'echo {}' '{} {}' ';' | 14 | * # find file.txt -exec 'echo {}' '{} {}' ';' |
@@ -44,7 +43,6 @@ | |||
44 | * # find t z t z '(' -name '*t*' -o -name '*z*' ')' -o -print | 43 | * # find t z t z '(' -name '*t*' -o -name '*z*' ')' -o -print |
45 | * (no output) | 44 | * (no output) |
46 | */ | 45 | */ |
47 | |||
48 | /* Testing script | 46 | /* Testing script |
49 | * ./busybox find "$@" | tee /tmp/bb_find | 47 | * ./busybox find "$@" | tee /tmp/bb_find |
50 | * echo ================== | 48 | * echo ================== |
@@ -52,7 +50,6 @@ | |||
52 | * echo ================== | 50 | * echo ================== |
53 | * diff -u /tmp/std_find /tmp/bb_find && echo Identical | 51 | * diff -u /tmp/std_find /tmp/bb_find && echo Identical |
54 | */ | 52 | */ |
55 | |||
56 | //config:config FIND | 53 | //config:config FIND |
57 | //config: bool "find (14 kb)" | 54 | //config: bool "find (14 kb)" |
58 | //config: default y | 55 | //config: default y |