From 42d4fa9b125c1ba908bc215edaac7c1a856a7cee Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sun, 1 Oct 2023 01:17:59 +0100 Subject: include/boot.sh: simplify variable initialisation Signed-off-by: Leah Rowe --- include/boot.sh | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'include') diff --git a/include/boot.sh b/include/boot.sh index fe058ecb..06648cb6 100755 --- a/include/boot.sh +++ b/include/boot.sh @@ -3,12 +3,7 @@ # SPDX-FileCopyrightText: 2022 Ferass El Hafidi # SPDX-FileCopyrightText: 2023 Leah Rowe -first="" -board="" -boards="" -_displaymode="" -_payload="" -_keyboard_layout="" +eval "$(setvars "" first board boards _displaymode _payload _keyboard_layout)" main() { -- cgit v1.2.1