mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-11-03 20:22:59 -05:00 
			
		
		
		
	Merge pull request #4308 from daverodgman/checknames-grep
Forwardport 3.0: Make check-names.sh accept FreeBSD grep
This commit is contained in:
		
						commit
						38ff9adacb
					
				@ -28,11 +28,6 @@ EOF
 | 
			
		||||
    exit
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
if grep --version|head -n1|grep GNU >/dev/null; then :; else
 | 
			
		||||
    echo "This script requires GNU grep.">&2
 | 
			
		||||
    exit 1
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
trace=
 | 
			
		||||
if [ $# -ne 0 ] && [ "$1" = "-v" ]; then
 | 
			
		||||
  shift
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user