fix building separate fba cores

This commit is contained in:
radius 2015-03-17 23:27:33 -04:00
parent 170ea3f8c1
commit 73e152069c

View File

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