fix building separate fba cores

This commit is contained in:
radius 2015-03-17 23:27:33 -04:00 committed by T. Joseph Carter
parent a8f0f88a34
commit 2b690d6883

View File

@ -564,6 +564,11 @@ while read line; do
BUILD="YES"
fi
if [[ "${PREVCORE}" == *"fb"* ]] && [[ "${PREVBUILD}" = "YES" ]] && [[ "${NAME}" == *"fba"* ]]; then
FORCE="YES"
BUILD="YES"
fi
cd ..
else
echo "cloning repo..."