diff options
author | Leah Rowe <leah@libreboot.org> | 2025-10-04 08:41:25 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2025-10-04 08:41:25 +0100 |
commit | 2cfaba181b3c68761871fa47b32725c934423c14 (patch) | |
tree | 3e7b9bd4f6e5d8df394ba9772da50c1d09717564 /include/init.sh | |
parent | 1943dba60836abc9446df64dbc3aac881dfdd285 (diff) |
xbmk: rename cv variables, for clarity
the new names are still a bit crap, but a bit better.
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'include/init.sh')
-rw-r--r-- | include/init.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/init.sh b/include/init.sh index 03e33e74..0fd758c2 100644 --- a/include/init.sh +++ b/include/init.sh @@ -30,8 +30,8 @@ xbtmp="" python="" pyver="" xbmklock="" -cvxbmk="" -cvchk="" +checkvarsxbmk="" +checkvarschk="" is_child="" basetmp="" |