Make ./all clean --reclone work with gmqcc repo.

This commit is contained in:
Rudolf Polzer 2023-02-04 09:27:14 -05:00
parent 767d225a07
commit e35eb5b3d5

View File

@ -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" "$@"