summaryrefslogtreecommitdiff
path: root/include/vendor.sh
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2024-06-29 03:47:57 +0100
committerLeah Rowe <leah@libreboot.org>2024-06-29 03:47:57 +0100
commit088a79918b306703eaf33a37519b4930bdb1b46d (patch)
tree6990f2f748352146e0c89dba7c4e025e69734859 /include/vendor.sh
parent8c5f78d3d3255d96e0349e5a92f281b99ea54b7b (diff)
vendor.sh: remove unnecessary check
the next command is a copy, which would give us the error if the file doesn't exist, and an appropriate message Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'include/vendor.sh')
-rwxr-xr-xinclude/vendor.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/vendor.sh b/include/vendor.sh
index 3dda3f42..26ea466e 100755
--- a/include/vendor.sh
+++ b/include/vendor.sh
@@ -178,7 +178,6 @@ extract_e6400vga()
x_ cd "$appdir"
[ -f "bios.bin" ] || $err "extract_e6400vga: can't extract bios.bin"
"$e6400_unpack" bios.bin || printf "TODO: fix dell extract util\n"
- e "$E6400_VGA_romname" f missing && $err "can't extract e6400 vga rom"
) || $err "can't extract e6400 vga rom"
cp "$appdir/$E6400_VGA_romname" "$_dest" || \
$err "extract_e6400vga $board: can't copy vga rom to $_dest"