From 3f37c3788b62cfaf6f2f94ac733651c67f438f44 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Fri, 28 Jun 2024 14:59:52 +0100 Subject: tidy up some setvars lists Signed-off-by: Leah Rowe --- include/git.sh | 4 ++-- include/lib.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'include') 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 # Copyright (c) 2022 Caleb La Grange -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() { diff --git a/include/lib.sh b/include/lib.sh index 94d1997f..58aa8d46 100755 --- a/include/lib.sh +++ b/include/lib.sh @@ -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\" || :" -- cgit v1.2.1