Default to building mimic if not otherwise set.

pull/891/merge
el-tocino 2017-07-06 14:31:38 -05:00 committed by Arron Atchison
parent 13f91d3969
commit cfdc609586
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ echo "Building with $CORES cores."
#build and install mimic
cd "${TOP}"
build_mimic="${build_mimic:-n}"
build_mimic="${build_mimic:-y}"
if [[ "$build_mimic" == 'y' ]] ; then
echo "WARNING: The following can take a long time to run!"
"${TOP}/scripts/install-mimic.sh"