include/boot.sh: simplify variable initialisation

Signed-off-by: Leah Rowe <leah@libreboot.org>
btrfsvols
Leah Rowe 2023-10-01 01:17:59 +01:00
parent 9bc9dddf64
commit 42d4fa9b12
1 changed files with 1 additions and 6 deletions

View File

@ -3,12 +3,7 @@
# SPDX-FileCopyrightText: 2022 Ferass El Hafidi <vitali64pmemail@protonmail.com>
# SPDX-FileCopyrightText: 2023 Leah Rowe <leah@libreboot.org>
first=""
board=""
boards=""
_displaymode=""
_payload=""
_keyboard_layout=""
eval "$(setvars "" first board boards _displaymode _payload _keyboard_layout)"
main()
{