diff --git a/libretro-fetch.sh b/libretro-fetch.sh index 5f986bba..ba152d01 100755 --- a/libretro-fetch.sh +++ b/libretro-fetch.sh @@ -61,6 +61,7 @@ fetch_project_submodule() git clone "$1" "$2" cd "$2" git submodule update --init + cd .. fi echo "=== Fetched ===" }