From c5c743f2bf392c88f271d5c8d8546a9909eaac91 Mon Sep 17 00:00:00 2001 From: Erik Osheim Date: Wed, 1 Feb 2012 09:06:02 -0500 Subject: [PATCH] updated sgrep --- sgrep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sgrep b/sgrep index a5e8be2..739bd6c 100755 --- a/sgrep +++ b/sgrep @@ -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 \