mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-13 14:59:34 +02:00
tidy up some setvars lists
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
+2
-2
@@ -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()
|
||||
{
|
||||
|
||||
+2
-2
@@ -36,8 +36,8 @@ chkvars()
|
||||
done; return 0
|
||||
}
|
||||
|
||||
eval `setvars "" _nogit board relname versiondate projectsite \
|
||||
projectname aur_notice cfgsdir datadir version xbmk_parent`
|
||||
eval `setvars "" _nogit board xbmk_parent versiondate projectsite projectname \
|
||||
aur_notice cfgsdir datadir version relname`
|
||||
|
||||
for fv in projectname projectsite version versiondate; do
|
||||
eval "[ ! -f "$fv" ] || read -r $fv < \"$fv\" || :"
|
||||
|
||||
Reference in New Issue
Block a user