mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-14 07:19:40 +02:00
remove more unnecessary checks on trees commands
the trees script already performs these checks Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
+1
-1
@@ -58,7 +58,7 @@ getcfg()
|
||||
|
||||
bootstrap()
|
||||
{
|
||||
[ -d "$cbdir" ] || x_ ./update trees -f coreboot ${cbdir##*/}
|
||||
x_ ./update trees -f coreboot ${cbdir##*/}
|
||||
for d in uefitool biosutilities bios_extract; do
|
||||
x_ ./update trees -f "$d"
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user