Merge pull request #593 from orbea/cd

libretro-buildbot-recipe.sh: Remove extra cd commands.
This commit is contained in:
Twinaphex 2017-11-14 07:37:58 +01:00 committed by GitHub
commit 1ee666b331
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -312,8 +312,6 @@ build_libretro_generic_makefile() {
mkdir -p $DIR/$SUBDIR
fi
cd $DIR
cd $SUBDIR
JOBS_ORIG=$JOBS
if [ "${NAME}" == "mame2003" ]; then