mirror of
https://gitlab.com/xonotic/xonotic
synced 2025-03-04 02:17:35 +00:00
Make ./all clean --reclone work with gmqcc repo.
This commit is contained in:
parent
767d225a07
commit
e35eb5b3d5
@ -962,7 +962,6 @@ case "$cmd" in
|
||||
verbose git branch -D "${B#refs/heads/}"
|
||||
fi
|
||||
done
|
||||
git rev-parse refs/heads/master >/dev/null 2>&1 || verbose git branch --track master origin/master || true
|
||||
git rev-parse "refs/heads/$branch" >/dev/null 2>&1 || verbose git branch --track "$branch" origin/"$branch" || true
|
||||
fi
|
||||
checkself "$cmd" "$@"
|
||||
|
Loading…
Reference in New Issue
Block a user