git.sh: remove duplicate "xtree" variable
it's already defined inside the trees script Signed-off-by: Leah Rowe <leah@libreboot.org>audit2
parent
e332937241
commit
675b24e83d
|
@ -2,8 +2,8 @@
|
|||
# Copyright (c) 2020-2021,2023-2024 Leah Rowe <leah@libreboot.org>
|
||||
# Copyright (c) 2022 Caleb La Grange <thonkpeasant@protonmail.com>
|
||||
|
||||
eval `setvars "" rev loc url bkup_url depend tree_depend xtree mdir subhash \
|
||||
subrepo subrepo_bkup subfile subfile_bkup`
|
||||
eval `setvars "" rev loc url bkup_url depend tree_depend mdir subhash subrepo \
|
||||
subrepo_bkup subfile subfile_bkup`
|
||||
|
||||
fetch_targets()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue