mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-15 17:58:46 +02:00
update/release: fix missing variable definition
i forgot to include option.sh in this script, during previous re-factoring. the cbfstoos variable is now defined exclusively in option.sh, but other scripts can set it to something else. Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -6,6 +6,7 @@
|
|||||||
set -u -e
|
set -u -e
|
||||||
|
|
||||||
. "include/err.sh"
|
. "include/err.sh"
|
||||||
|
. "include/option.sh"
|
||||||
|
|
||||||
eval "$(setvars "" vdir relname src_dirname srcdir _nogit _xm target romdir \
|
eval "$(setvars "" vdir relname src_dirname srcdir _nogit _xm target romdir \
|
||||||
microcode_required mode)"
|
microcode_required mode)"
|
||||||
|
|||||||
Reference in New Issue
Block a user