浏览代码

Correct repo dir

cvs's metadata is under CVS and not .cvs
shawn 9 年之前
父节点
当前提交
7a636097f8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/grep.zsh

+ 1 - 1
lib/grep.zsh

@@ -11,7 +11,7 @@ if grep-flag-available --color=auto; then
 fi
 fi
 
 
 # ignore VCS folders (if the necessary grep flags are available)
 # ignore VCS folders (if the necessary grep flags are available)
-VCS_FOLDERS="{.bzr,.cvs,.git,.hg,.svn}"
+VCS_FOLDERS="{.bzr,CVS,.git,.hg,.svn}"
 
 
 if grep-flag-available --exclude-dir=.cvs; then
 if grep-flag-available --exclude-dir=.cvs; then
     GREP_OPTIONS+=" --exclude-dir=$VCS_FOLDERS"
     GREP_OPTIONS+=" --exclude-dir=$VCS_FOLDERS"