Update libretro-buildbot-recipe.sh

This commit is contained in:
Andrés 2016-06-04 19:47:00 -05:00
parent 6035dbcd2e
commit 089f854878

View file

@ -1449,7 +1449,7 @@ if [ "${PLATFORM}" = "MINGW64" ] || [ "${PLATFORM}" = "MINGW32" ] || [ "${PLATFO
cp -v retroarch.exe windows/retroarch.exe | tee -a $TMPDIR/log/${BOT}/${LOGDATE}/${LOGDATE}_RetroArch_${PLATFORM}.log
cp -v retroarch.exe windows/retroarch.exe
status=$q
status=$?
echo $status
if [ $status -eq 0 ]; then