build-support/factor.sh: typo was causing make detection to fail on linux
parent
f522ca6269
commit
5cd8718b71
|
|
@ -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