diff options
author | Leah Rowe <leah@libreboot.org> | 2024-06-29 18:55:41 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2024-06-29 18:55:41 +0100 |
commit | d1b7882c5a7ba8495ec7868f6fab64a0f9d1439a (patch) | |
tree | 9ad9c61ca225d583c6e6a4336ebe0ee1d7be9a26 /include | |
parent | fbe36b01ac424859a069435a043289f681165dba (diff) |
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>
Diffstat (limited to 'include')
-rwxr-xr-x | include/vendor.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/vendor.sh b/include/vendor.sh index 26ea466e..2c5f7c74 100755 --- a/include/vendor.sh +++ b/include/vendor.sh @@ -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 } |