mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-23 13:19:54 +00:00
Git fetch if we don't have the correct capstone commit locally
This commit is contained in:
parent
80817a794d
commit
33303814c1
@ -92,6 +92,9 @@ update_capstone_git() {
|
||||
# done
|
||||
# git reset --hard "${CS_TIP}"
|
||||
# fi
|
||||
if ! git show --oneline ${CS_TIP} &>/dev/null ; then
|
||||
git fetch
|
||||
fi
|
||||
git reset --hard "${CS_TIP}"
|
||||
if [ -n "${CS_REV}" ]; then
|
||||
if ! git config user.name ; then
|
||||
|
Loading…
Reference in New Issue
Block a user