diff --git a/libretro-buildbot-recipe.sh b/libretro-buildbot-recipe.sh index e0f0b936..1ea5673f 100755 --- a/libretro-buildbot-recipe.sh +++ b/libretro-buildbot-recipe.sh @@ -807,7 +807,7 @@ if [ "${PLATFORM}" = "android" ] && [ "${RA}" = "YES" ]; then cd $PARENTDIR cd $DIR echo "pulling from repo... " -# OUT=`git pull` + OUT=`git pull` echo $OUT if [ "${TYPE}" = "PROJECT" ]; then RADIR=$DIR