diff options
| author | Leah Rowe <leah@libreboot.org> | 2024-06-29 03:06:58 +0100 | 
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2024-06-29 03:06:58 +0100 | 
| commit | ddcc74777e0e2e9f00cad7c7e5f8868f0e52a6e5 (patch) | |
| tree | cf6792cd535f9cc16d505e21547ea9c09287d6fb | |
| parent | 7a12cd770460068a721d08b0f22d436c02dc1e5c (diff) | |
vendor.sh extract_kbc1126ec: simplify build check
Signed-off-by: Leah Rowe <leah@libreboot.org>
| -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 0d38427a..33133f56 100755 --- a/include/vendor.sh +++ b/include/vendor.sh @@ -150,8 +150,7 @@ extract_archive()  extract_kbc1126ec()  { -	[ ! -f "$kbc1126_ec_dump" ] && \ -		$err "extract_kbc1126ec $cbdir: kbc1126_ec_dump missing" +	e "$kbc1126_ec_dump" f missing && $err "$cbdir: kbc1126 util missing"  	(  	x_ cd "$appdir/"  	mv Rompaq/68*.BIN ec.bin || :  | 
