diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2011-08-28 13:00:29 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2011-08-28 13:00:29 +0200 |
commit | cc272b06eefb87030bb85b686abdbc22b5ed1c34 (patch) | |
tree | 06024199184cfab43807a1fdcc2a240b9cf5ac99 /findutils/find.c | |
parent | d84b175cb6948eb17f847313bf912174e2f934e1 (diff) | |
download | busybox-w32-1_19_1.tar.gz busybox-w32-1_19_1.tar.bz2 busybox-w32-1_19_1.zip |
Apply post-1.19.0 patches, bump version to 1.19.11_19_1
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to '')
-rw-r--r-- | findutils/find.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/findutils/find.c b/findutils/find.c index 05f88d2f0..fc0fc5c9f 100644 --- a/findutils/find.c +++ b/findutils/find.c | |||
@@ -932,7 +932,10 @@ static action*** parse_params(char **argv) | |||
932 | * expression is reached. | 932 | * expression is reached. |
933 | */ | 933 | */ |
934 | /* Options */ | 934 | /* Options */ |
935 | if (0) { } | 935 | if (parm == OPT_FOLLOW) { |
936 | dbg("follow enabled: %d", __LINE__); | ||
937 | G.recurse_flags |= ACTION_FOLLOWLINKS | ACTION_DANGLING_OK; | ||
938 | } | ||
936 | #if ENABLE_FEATURE_FIND_XDEV | 939 | #if ENABLE_FEATURE_FIND_XDEV |
937 | else if (parm == OPT_XDEV) { | 940 | else if (parm == OPT_XDEV) { |
938 | dbg("%d", __LINE__); | 941 | dbg("%d", __LINE__); |