mirror of
				https://github.com/ohmyzsh/ohmyzsh.git
				synced 2025-11-04 13:21:19 +08:00 
			
		
		
		
	Correct repo dir
cvs's metadata is under CVS and not .cvs
This commit is contained in:
		
							parent
							
								
									76a26a2a59
								
							
						
					
					
						commit
						7a636097f8
					
				@ -11,7 +11,7 @@ if grep-flag-available --color=auto; then
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
# 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
 | 
			
		||||
    GREP_OPTIONS+=" --exclude-dir=$VCS_FOLDERS"
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user