aboutsummaryrefslogtreecommitdiff
path: root/findutils/find.c
diff options
context:
space:
mode:
Diffstat (limited to 'findutils/find.c')
-rw-r--r--findutils/find.c5
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__);