mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-11-04 04:32:24 -05:00 
			
		
		
		
	Make check-names.sh accept any grep
check-names.sh works fine with GNU and with modern FreeBSD grep so remove the check for GNU grep. Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
		
							parent
							
								
									b420259777
								
							
						
					
					
						commit
						95caad3743
					
				@ -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