mirror of
https://github.com/libretro/libretro-super
synced 2024-11-28 11:14:11 +00:00
And another ${WORKDIR} bug *sigh*
This commit is contained in:
parent
a5316f3f7b
commit
3285c0162a
@ -47,7 +47,7 @@ fetch_git_submodules() {
|
|||||||
if [ -n "${3}" ]; then
|
if [ -n "${3}" ]; then
|
||||||
echo "=== Fetching ${3} ==="
|
echo "=== Fetching ${3} ==="
|
||||||
fi
|
fi
|
||||||
if [ -d "${2}/.git" ]; then
|
if [ -d "${WORKDIR}/${2}/.git" ]; then
|
||||||
cd "${WORKDIR}/${2}"
|
cd "${WORKDIR}/${2}"
|
||||||
log_verbose "${WORKDIR}/${2}:git pull"
|
log_verbose "${WORKDIR}/${2}:git pull"
|
||||||
git pull
|
git pull
|
||||||
|
Loading…
Reference in New Issue
Block a user