We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 193c124 commit db297bfCopy full SHA for db297bf
1 file changed
scripts/findrepo
@@ -85,6 +85,6 @@ done
85
find . \( -type d -a \( $repo_ign \) \) -prune -o \
86
\( -type f -name "$glob" -print0 \) |
87
#LANG=C is to work around grep multibyte inefficiencies
88
-#GREP_COLOR="1;37;47" is bright yellow on black bg
89
-GREP_COLOR="1;33;40" LANG=C \
+#GREP_COLORS="mt=1;37;47" is bright yellow on black bg
+GREP_COLORS="mt=1;33;40" LANG=C \
90
xargs -r0 $max_args $num_proc grep $colour $grep_options -- "$1"
0 commit comments