mirror of
https://github.com/libretro/libretro-super
synced 2024-11-28 11:14:11 +00:00
libretro-fetch.sh - fix Picodrive fetch by cd'ing out of dir at
end
This commit is contained in:
parent
f3acae5506
commit
d27a998218
@ -61,6 +61,7 @@ fetch_project_submodule()
|
||||
git clone "$1" "$2"
|
||||
cd "$2"
|
||||
git submodule update --init
|
||||
cd ..
|
||||
fi
|
||||
echo "=== Fetched ==="
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user