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';;
|
dragonflybsd) MAKE='gmake';;
|
||||||
*) MAKE='make';;
|
*) MAKE='make';;
|
||||||
esac
|
esac
|
||||||
if ! [[ $MAKE = 'gmake' ]] ; then
|
if [[ $MAKE = 'gmake' ]] ; then
|
||||||
ensure_program_installed gmake
|
ensure_program_installed gmake
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue