mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-11-04 04:32:24 -05:00 
			
		
		
		
	Merge remote-tracking branch 'public/pr/779' into development
This commit is contained in:
		
						commit
						729d7814c8
					
				@ -221,7 +221,7 @@ err_msg()
 | 
			
		||||
check_tools()
 | 
			
		||||
{
 | 
			
		||||
    for TOOL in "$@"; do
 | 
			
		||||
        if ! `hash "$TOOL" >/dev/null 2>&1`; then
 | 
			
		||||
        if ! `type "$TOOL" >/dev/null 2>&1`; then
 | 
			
		||||
            err_msg "$TOOL not found!"
 | 
			
		||||
            exit 1
 | 
			
		||||
        fi
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user