vendor.sh: add return to end of bootstrap()

Signed-off-by: Leah Rowe <leah@libreboot.org>
audit6
Leah Rowe 2024-06-29 01:27:42 +01:00
parent d85b9de2d9
commit 8b8cf070d3
1 changed files with 2 additions and 2 deletions

View File

@ -60,7 +60,7 @@ bootstrap()
make -C "$cbdir/util/kbc1126"
[ -n "$MRC_refcode_cbtree" ] && \
cbfstoolref="elf/cbfstool/$MRC_refcode_cbtree/cbfstool" && \
x_ ./update trees -b coreboot utils $MRC_refcode_cbtree
x_ ./update trees -b coreboot utils $MRC_refcode_cbtree; return 0
}
getfiles()