mirror of
https://github.com/libretro/libretro-super
synced 2024-12-01 04:03:00 +00:00
Need to specify name of git clone directory (dunno if git has always done that, but we need that feature)
This commit is contained in:
parent
2baf39c18f
commit
d1359a26af
@ -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…
Reference in New Issue
Block a user