From afc00306828f1ca73db89bb04195518879467b10 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Fri, 28 Jun 2024 14:51:32 +0100 Subject: remove more unnecessary checks on trees commands the trees script already performs these checks 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 fe466627..f583f352 100755 --- a/include/vendor.sh +++ b/include/vendor.sh @@ -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 -- cgit v1.2.1