build-support/factor.sh: typo was causing make detection to fail on linux
							parent
							
								
									fb77d4ecc6
								
							
						
					
					
						commit
						bdc0526f37
					
				| 
						 | 
				
			
			@ -97,7 +97,7 @@ set_make() {
 | 
			
		|||
        dragonflybsd) MAKE='gmake';;
 | 
			
		||||
        *) MAKE='make';;
 | 
			
		||||
    esac
 | 
			
		||||
    if ! [[ $MAKE = 'gmake' ]] ; then
 | 
			
		||||
    if [[ $MAKE = 'gmake' ]] ; then
 | 
			
		||||
        ensure_program_installed gmake
 | 
			
		||||
    fi
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue