diff options
-rwxr-xr-x | review | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |