mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-18 04:22:15 +02:00
include/boot.sh: simplify variable initialisation
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
+1
-6
@@ -3,12 +3,7 @@
|
|||||||
# SPDX-FileCopyrightText: 2022 Ferass El Hafidi <vitali64pmemail@protonmail.com>
|
# SPDX-FileCopyrightText: 2022 Ferass El Hafidi <vitali64pmemail@protonmail.com>
|
||||||
# SPDX-FileCopyrightText: 2023 Leah Rowe <leah@libreboot.org>
|
# SPDX-FileCopyrightText: 2023 Leah Rowe <leah@libreboot.org>
|
||||||
|
|
||||||
first=""
|
eval "$(setvars "" first board boards _displaymode _payload _keyboard_layout)"
|
||||||
board=""
|
|
||||||
boards=""
|
|
||||||
_displaymode=""
|
|
||||||
_payload=""
|
|
||||||
_keyboard_layout=""
|
|
||||||
|
|
||||||
main()
|
main()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user