diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-09-10 22:20:05 +0100 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-09-10 22:20:05 +0100 |
| commit | 8db320799b3329dd6d5f333e06aa2f49dd690a6b (patch) | |
| tree | 3d53a200311041fc3eeb0e3de10b3b10730b0038 | |
| parent | 04c3bc53b6635490169c016e96f20036bbcaf69d (diff) | |
inject.sh: re-order variables
Signed-off-by: Leah Rowe <leah@libreboot.org>
| -rw-r--r-- | include/inject.sh | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/include/inject.sh b/include/inject.sh index aa47b192..7d4de306 100644 --- a/include/inject.sh +++ b/include/inject.sh @@ -4,6 +4,16 @@ # Copyright (c) 2022 Ferass El Hafidi <vitali64pmemail@protonmail.com> # Copyright (c) 2023-2026 Leah Rowe <leah@libreboot.org> +archive="" +board="" +boarddir="" +IFD_platform="" +ifdprefix="" +new_mac="" +tmpromdir="" +tree="" +xchanged="" + cbcfgsdir="config/coreboot" tmpromdel="$XBMK_CACHE/DO_NOT_FLASH" nvmutil="util/nvmutil/nvmutil" @@ -17,16 +27,6 @@ if [ -n "$checkvarschk" ]; then checkvars="$checkvars $checkvarschk" fi -archive="" -board="" -boarddir="" -IFD_platform="" -ifdprefix="" -new_mac="" -tmpromdir="" -tree="" -xchanged="" - eval "`printf "%s\n" "$checkvars" | \ awk '{ for (i=1; i<=NF; i++) $i = $i "=;"; print }'`" |
