Merge pull request #593 from orbea/cd
libretro-buildbot-recipe.sh: Remove extra cd commands.
This commit is contained in:
commit
1ee666b331
|
@ -312,8 +312,6 @@ build_libretro_generic_makefile() {
|
|||
mkdir -p $DIR/$SUBDIR
|
||||
fi
|
||||
|
||||
cd $DIR
|
||||
cd $SUBDIR
|
||||
JOBS_ORIG=$JOBS
|
||||
|
||||
if [ "${NAME}" == "mame2003" ]; then
|
||||
|
|
Loading…
Reference in New Issue