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>audit6
parent
8c5f78d3d3
commit
088a79918b
|
@ -178,7 +178,6 @@ extract_e6400vga()
|
||||||
x_ cd "$appdir"
|
x_ cd "$appdir"
|
||||||
[ -f "bios.bin" ] || $err "extract_e6400vga: can't extract bios.bin"
|
[ -f "bios.bin" ] || $err "extract_e6400vga: can't extract bios.bin"
|
||||||
"$e6400_unpack" bios.bin || printf "TODO: fix dell extract util\n"
|
"$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"
|
) || $err "can't extract e6400 vga rom"
|
||||||
cp "$appdir/$E6400_VGA_romname" "$_dest" || \
|
cp "$appdir/$E6400_VGA_romname" "$_dest" || \
|
||||||
$err "extract_e6400vga $board: can't copy vga rom to $_dest"
|
$err "extract_e6400vga $board: can't copy vga rom to $_dest"
|
||||||
|
|
Loading…
Reference in New Issue