From e5038c7464f98737dc5d56552de5c781217e14f5 Mon Sep 17 00:00:00 2001 From: Radius Date: Sun, 29 Mar 2015 14:44:31 -0500 Subject: [PATCH] tiny fix to make sure the 3 mercury profiles build --- libretro-buildbot-recipe.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libretro-buildbot-recipe.sh b/libretro-buildbot-recipe.sh index 16abdee9..05a12fae 100755 --- a/libretro-buildbot-recipe.sh +++ b/libretro-buildbot-recipe.sh @@ -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