summaryrefslogtreecommitdiff
path: root/include/vendor.sh
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2024-06-28 13:22:37 +0100
committerLeah Rowe <leah@libreboot.org>2024-06-28 13:22:37 +0100
commit4afcbcb6414a035adcac14c244df4edffe84c554 (patch)
treeaf8fdfdf40a1da25d56f57d3a0fa54c70c03736e /include/vendor.sh
parentfd037722adaa94c508bec70931f1440dc493f92f (diff)
vendor.sh: remove unnecessary cbdir check
we don't need to check this, because the trees script already checks it. avoid unnecessary work. Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'include/vendor.sh')
-rwxr-xr-xinclude/vendor.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vendor.sh b/include/vendor.sh
index 0eb9f3f0..bd651703 100755
--- a/include/vendor.sh
+++ b/include/vendor.sh
@@ -309,7 +309,7 @@ build_dependencies_inject()
cbdir="src/coreboot/$tree"
cbfstool="elf/cbfstool/$tree/cbfstool"
ifdtool="elf/ifdtool/$tree/ifdtool"
- [ -d "$cbdir" ] || x_ ./update trees -f coreboot $tree
+ x_ ./update trees -f coreboot $tree
if [ ! -f "$cbfstool" ] || [ ! -f "$ifdtool" ]; then
x_ ./update trees -b coreboot utils $tree
fi