# HG changeset patch # User Augie Fackler # Date 1394561794 14400 # Node ID c35b58b40fcbeeb9ad4e4df2e90cb797fd2b4d3f # Parent 4f49d70f1b69f8657ff12a51be0f5e2453ebf01b textmate.el: use egrep instead diff --git a/.elisp/textmate.el b/.elisp/textmate.el --- a/.elisp/textmate.el +++ b/.elisp/textmate.el @@ -323,7 +323,7 @@ specific type of file." (concat (cond ((string= type "git") "git ls-files") ((string= type "hg") "hg manifest")) (if *textmate-vcs-exclude* - (concat " | grep -v " + (concat " | egrep -v " (shell-quote-argument *textmate-vcs-exclude*)) "") " | xargs egrep -nR "