This commit is contained in:
radius 2015-03-17 23:39:46 -04:00 committed by T. Joseph Carter
parent 2b690d6883
commit 4b5944b5f8

View File

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