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:
Leah Rowe 2023-10-15 23:33:29 +01:00
parent c14461a56b
commit fc2cab3124
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@
set -u -e
. "include/err.sh"
. "include/option.sh"
eval "$(setvars "" vdir relname src_dirname srcdir _nogit _xm target romdir \
microcode_required mode)"