diff options
author | Leah Rowe <leah@libreboot.org> | 2024-06-28 14:59:52 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2024-06-28 15:02:11 +0100 |
commit | 3f37c3788b62cfaf6f2f94ac733651c67f438f44 (patch) | |
tree | 07a5426667debaf8354a7246e2fb073e16c14245 /include/git.sh | |
parent | ed3cce84bc2da88b72e727d9af53a765a1c3e288 (diff) |
tidy up some setvars lists
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'include/git.sh')
-rwxr-xr-x | include/git.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/git.sh b/include/git.sh index a73bdc16..6818578b 100755 --- a/include/git.sh +++ b/include/git.sh @@ -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 "" _target rev loc url bkup_url depend tree_depend xtree \ - mdir subhash subrepo subrepo_bkup subfile subfile_bkup` +eval `setvars "" _target rev loc url bkup_url depend tree_depend xtree mdir \ + subhash subrepo subrepo_bkup subfile subfile_bkup` fetch_project_trees() { |