mirror of
https://github.com/libretro/libretro-super
synced 2024-12-03 01:01:51 +00:00
We need git history - if endusers don't want git history then this
should be AT LEAST a toggleable option - but it shouldn't be enforced
This commit is contained in:
parent
1545a9b3ca
commit
b97c5e4974
@ -45,7 +45,7 @@ fetch_project()
|
|||||||
git pull
|
git pull
|
||||||
cd ..
|
cd ..
|
||||||
else
|
else
|
||||||
git clone --depth 1 "$1" "$2"
|
git clone "$1" "$2"
|
||||||
fi
|
fi
|
||||||
echo "=== Fetched ==="
|
echo "=== Fetched ==="
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user