mirror of
https://github.com/libretro/libretro-super
synced 2024-11-28 20:14:22 +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"
|
git clone "$1" "$2"
|
||||||
cd "$2"
|
cd "$2"
|
||||||
git submodule update --init
|
git submodule update --init
|
||||||
|
cd ..
|
||||||
fi
|
fi
|
||||||
echo "=== Fetched ==="
|
echo "=== Fetched ==="
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user