summaryrefslogtreecommitdiff
path: root/include/fw
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2026-09-17 10:40:55 +0100
committerLeah Rowe <leah@libreboot.org>2026-09-17 10:40:55 +0100
commite1c2525783d5ed65d1ab909102a64cb1ecf27ad6 (patch)
tree5ee1a4d6c4423fc7dc88b09c1a126afad446b269 /include/fw
parent69875b8e10fb1ae53c4f6aba38b4f604276d3f5b (diff)
lib.sh: make build_sbase a macro
sh macros are cool Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'include/fw')
-rw-r--r--include/fw/vendor.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/fw/vendor.sh b/include/fw/vendor.sh
index 05f8b226..45cfa19a 100644
--- a/include/fw/vendor.sh
+++ b/include/fw/vendor.sh
@@ -473,7 +473,7 @@ prep()
mksha512()
{
- build_sbase
+ eval "$build_sbase"
[ "${1%/*}" != "$1" ] && \
x_ cd "${1%/*}"
@@ -571,7 +571,7 @@ vfile()
# must be called from a subshell
check_vendor_hashes()
{
- build_sbase
+ eval "$build_sbase"
x_ cd "$tmpromdir"