mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-13 14:59:34 +02:00
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:
+6
-6
@@ -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=""
|
||||
|
||||
Reference in New Issue
Block a user