]> git.mdlowis.com Git - projs/tide.git/commitdiff
removed colors from findall to make it usable from tide
authorMichael D. Lowis <mike.lowis@gentex.com>
Fri, 1 Feb 2019 14:48:27 +0000 (09:48 -0500)
committerMichael D. Lowis <mike.lowis@gentex.com>
Fri, 1 Feb 2019 14:48:27 +0000 (09:48 -0500)
bin/findall

index 54ddc42ae045e98d417411cdf9f2b2ae8154d9c1..cc116ee23263031573ba13be9e5732a561c29a1e 100755 (executable)
@@ -20,4 +20,4 @@ find "$dir" \( \( \
     -type d -iname 'build' -o \
     -type f -name 'tags' \
     \) -prune \
-\) -o -type f -exec grep -n --color=always "$@" "$pattern" {} +
+\) -o -type f -exec grep -n "$@" "$pattern" {} +