From 7ce3f93e4492e583f5a27eb5cc66648fd2044f34 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Mon, 2 Oct 2023 03:54:39 +0100 Subject: build/boot/*: unify more logic in main() slight sloccount reduction. light renaming of functions between the two scripts, placing more logic in main() under include/boot.sh Signed-off-by: Leah Rowe --- include/boot.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/boot.sh') diff --git a/include/boot.sh b/include/boot.sh index 9799039b..8570b3bc 100755 --- a/include/boot.sh +++ b/include/boot.sh @@ -26,7 +26,8 @@ main() shift 2 done - handle_targets + check_target + prepare_target } usage() -- cgit v1.2.1