mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-24 21:54:11 +02:00
vendor.sh: add return to end of bootstrap()
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
+1
-1
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user