This commit is contained in:
radius 2015-03-17 23:39:46 -04:00
parent 73e152069c
commit a00c1f8c8b

View File

@ -564,7 +564,7 @@ while read line; do
BUILD="YES" BUILD="YES"
fi fi
if [[ "${PREVCORE}" == *"fb"* ]] && [[ "${PREVBUILD}" = "YES" ]] && [[ "${NAME}" == *"fba"* ]]; then if [[ "${PREVCORE}" =~ *.fb.* ]] && [[ "${PREVBUILD}" = "YES" ]] && [[ "${NAME}" =~ .*fba.* ]]; then
FORCE="YES" FORCE="YES"
BUILD="YES" BUILD="YES"
fi fi