summaryrefslogtreecommitdiff
path: root/review
diff options
context:
space:
mode:
Diffstat (limited to 'review')
-rwxr-xr-xreview3
1 files changed, 2 insertions, 1 deletions
diff --git a/review b/review
index d9d4b07..8ae1054 100755
--- a/review
+++ b/review
@@ -38,6 +38,7 @@ for m in $modules; do
fo="$fo -type f -print"
for f in `find $m $fo`; do
- grep --color=auto --with-filename '@@' $f || true
+ grep --binary-files=without-match --color=always --with-filename \
+'@@' $f || true
done
done