mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-18 04:22:15 +02:00
vendor.sh: simplify variable checks for e6400vga
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
+1
-3
@@ -173,9 +173,7 @@ extract_kbc1126ec()
|
|||||||
extract_e6400vga()
|
extract_e6400vga()
|
||||||
{
|
{
|
||||||
set +u +e
|
set +u +e
|
||||||
for v in E6400_VGA_offset E6400_VGA_romname; do
|
chkvars E6400_VGA_offset E6400_VGA_romname
|
||||||
eval "[ -z \"\$$v\" ] && $err \"e6400vga: $v undefined\""
|
|
||||||
done
|
|
||||||
tail -c +$E6400_VGA_offset "$_dl" | gunzip > "$appdir/bios.bin" || :
|
tail -c +$E6400_VGA_offset "$_dl" | gunzip > "$appdir/bios.bin" || :
|
||||||
(
|
(
|
||||||
x_ cd "$appdir"
|
x_ cd "$appdir"
|
||||||
|
|||||||
Reference in New Issue
Block a user