updated sgrep

This commit is contained in:
Erik Osheim 2012-02-01 09:06:02 -05:00
parent 0494a13a6b
commit c5c743f2bf
1 changed files with 1 additions and 1 deletions

2
sgrep
View File

@ -1,5 +1,5 @@
#!/bin/sh
grep --binary-files=without-match \
grep -E --binary-files=without-match \
--exclude-dir=CVS \
--exclude-dir=.svn \
--exclude-dir=.hg \