lib.sh: move xbmkget() to git.sh

in cbmk, it's only used from there.

in lbmk, it's also used from vendor.sh.

however, i plan to further expand git.sh at
some point, tidying it up so that git cloning
is also done from xbmkget, with dlop=git and
git.sh would then be renamed to get.sh

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2025-05-12 16:30:05 +01:00
parent 23913bb8d2
commit c9696e2333
3 changed files with 51 additions and 51 deletions
+1 -1
View File
@@ -17,6 +17,7 @@ fi
. "include/mrc.sh"
. "include/rom.sh"
. "include/release.sh"
. "include/git.sh"
main()
{
@@ -34,7 +35,6 @@ main()
main "$@" || exit 0
. "include/git.sh"
. "include/tree.sh"
trees "$@" || exit 0