diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-09-17 10:40:55 +0100 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-09-17 10:40:55 +0100 |
| commit | e1c2525783d5ed65d1ab909102a64cb1ecf27ad6 (patch) | |
| tree | 5ee1a4d6c4423fc7dc88b09c1a126afad446b269 /include/env | |
| parent | 69875b8e10fb1ae53c4f6aba38b4f604276d3f5b (diff) | |
lib.sh: make build_sbase a macro
sh macros are cool
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'include/env')
| -rw-r--r-- | include/env/get.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/env/get.sh b/include/env/get.sh index 9cd88174..67fdf976 100644 --- a/include/env/get.sh +++ b/include/env/get.sh @@ -242,7 +242,7 @@ bad_checksum() e "$2" f missing && \ return 0 - build_sbase + eval "$build_sbase" csum="$(x_ "$sha512sum" "$2" | awk '{print $1}')" || \ err "!sha512 '$2' $1" bad_checksum "$@" |
