xbmk: sort global variables alphabetically

also separate some of the special ones.

this makes the variables easier to read/find.

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2025-10-16 15:46:44 +01:00
parent d84a556bf0
commit e1b6ccf69e
7 changed files with 136 additions and 131 deletions
+6 -6
View File
@@ -18,13 +18,13 @@ if [ -n "$checkvarschk" ]; then
fi
archive=""
board=""
boarddir=""
IFD_platform=""
ifdprefix=""
tree=""
new_mac=""
tmpromdir=""
board=""
tree=""
xchanged=""
eval "`setvars "" $checkvars`"
@@ -37,13 +37,13 @@ inject()
err "No options specified" "inject" "$@"
fi
nuke=""
new_mac=""
xchanged=""
archive="$1";
new_mac="xx:xx:xx:xx:xx:xx"
new_mac=""
nuke=""
xchanged=""
[ $# -gt 1 ] && case "$2" in
nuke)
new_mac=""