From 4afcbcb6414a035adcac14c244df4edffe84c554 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Fri, 28 Jun 2024 13:22:37 +0100 Subject: 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 --- include/vendor.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/vendor.sh') 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 -- cgit v1.2.1