diff options
author | Leah Rowe <leah@libreboot.org> | 2024-06-28 14:51:32 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2024-06-28 14:51:32 +0100 |
commit | afc00306828f1ca73db89bb04195518879467b10 (patch) | |
tree | db33110da871fe8221155a70fc275c362e3326fd /include/vendor.sh | |
parent | 35c487106a520cec24b1d76d10042ba51497a962 (diff) |
remove more unnecessary checks on trees commands
the trees script already performs these checks
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'include/vendor.sh')
-rwxr-xr-x | include/vendor.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |