diff options
| -rwxr-xr-x | include/vendor.sh | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/include/vendor.sh b/include/vendor.sh index 1d273ddf..934b8392 100755 --- a/include/vendor.sh +++ b/include/vendor.sh @@ -51,9 +51,8 @@ bootstrap()  {  	x_ ./update trees -f coreboot ${cbdir##*/}  	for d in uefitool biosutilities bios_extract; do -		x_ ./update trees -f "$d" +		x_ ./update trees -b "$d"  	done -	x_ ./update trees -b uefitool  	[ ! -d "${kbc1126_ec_dump%/*}" ] || [ -f "$kbc1126_ec_dump" ] || x_ \  	    make -C "$cbdir/util/kbc1126"  	[ -n "$MRC_refcode_cbtree" ] && \ | 
