tiny fix to make sure the 3 mercury profiles build

This commit is contained in:
Radius 2015-03-29 14:44:31 -05:00
parent 06c9db6d80
commit e5038c7464

View File

@ -557,7 +557,7 @@ while read line; do
BUILD="YES"
fi
if [ "${PREVCORE}" = "bsnes-mercury" -a "${PREVBUILD}" = "YES" -a "${COMMAND}" = "BSNES" ]; then
if [ "${PREVCORE}" = "bsnes_mercury" -a "${PREVBUILD}" = "YES" -a "${COMMAND}" = "BSNES" ]; then
FORCE="YES"
BUILD="YES"
fi