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