libretro-fetch.sh - fix Picodrive fetch by cd'ing out of dir at

end
This commit is contained in:
twinaphex 2013-06-30 18:35:16 +02:00
parent f3acae5506
commit d27a998218

View File

@ -61,6 +61,7 @@ fetch_project_submodule()
git clone "$1" "$2"
cd "$2"
git submodule update --init
cd ..
fi
echo "=== Fetched ==="
}