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

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2024-06-29 01:27:42 +01:00
parent d85b9de2d9
commit 8b8cf070d3
+1 -1
View File
@@ -60,7 +60,7 @@ bootstrap()
make -C "$cbdir/util/kbc1126" make -C "$cbdir/util/kbc1126"
[ -n "$MRC_refcode_cbtree" ] && \ [ -n "$MRC_refcode_cbtree" ] && \
cbfstoolref="elf/cbfstool/$MRC_refcode_cbtree/cbfstool" && \ 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() getfiles()