vendor.sh readcfg: split the -b coreboot command

just add a line break to make the code more readable

Signed-off-by: Leah Rowe <leah@libreboot.org>
audit6
Leah Rowe 2024-06-29 18:55:41 +01:00
parent fbe36b01ac
commit d1b7882c5a
1 changed files with 1 additions and 0 deletions

View File

@ -278,6 +278,7 @@ readcfg()
kbc1126_ec_dump="$PWD/$cbdir/util/kbc1126/kbc1126_ec_dump"
cbfstool="elf/cbfstool/$tree/cbfstool"
ifdtool="elf/ifdtool/$tree/ifdtool"
x_ ./update trees -b coreboot utils $tree
}