aboutsummaryrefslogtreecommitdiff
path: root/findutils/grep.c
diff options
context:
space:
mode:
Diffstat (limited to 'findutils/grep.c')
-rw-r--r--findutils/grep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/findutils/grep.c b/findutils/grep.c
index 615cacac4..0336b2927 100644
--- a/findutils/grep.c
+++ b/findutils/grep.c
@@ -676,7 +676,7 @@ static int grep_dir(const char *dir)
676 int matched = 0; 676 int matched = 0;
677 recursive_action(dir, 677 recursive_action(dir,
678 /* recurse=yes */ ACTION_RECURSE | 678 /* recurse=yes */ ACTION_RECURSE |
679 /* followLinks=no */ 679 /* followLinks=command line only */ ACTION_FOLLOWLINKS_L0 |
680 /* depthFirst=yes */ ACTION_DEPTHFIRST, 680 /* depthFirst=yes */ ACTION_DEPTHFIRST,
681 /* fileAction= */ file_action_grep, 681 /* fileAction= */ file_action_grep,
682 /* dirAction= */ NULL, 682 /* dirAction= */ NULL,