mirror of
https://github.com/libretro/libretro-super
synced 2025-02-21 12:40:39 +00:00
Merge pull request #180 from iKarith/master
Need to specify name of git clone directory (dunno if git has always done that, but we need the feature and have always assumed it works)
This commit is contained in:
commit
a9bda03302
@ -27,8 +27,7 @@ fetch_git() {
|
||||
echo_cmd git pull
|
||||
[ -n "$5" ] && echo_cmd git submodule foreach git pull origin master
|
||||
else
|
||||
echo_cmd cd "$WORKDIR"
|
||||
echo_cmd git clone "$1"
|
||||
echo_cmd git clone "$1" "$WORKDIR/$2"
|
||||
if [ -n "$4" ]; then
|
||||
echo_cmd cd "$fetch_dir"
|
||||
echo_cmd git submodule update --init
|
||||
|
Loading…
x
Reference in New Issue
Block a user