mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-12 22:42:54 +02:00
general code formatting cleanup in shell scripts
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -71,9 +71,8 @@ handle_targets()
|
||||
handle_defconfig || fail "error handling config file"
|
||||
done
|
||||
|
||||
if [ "${mode}" = "all" ]; then
|
||||
printf "Done! The files are stored under %s/\n\n" "${elfdir}"
|
||||
fi
|
||||
[ "${mode}" = "all" ] || return 0
|
||||
printf "Done! The files are stored under %s/\n\n" "${elfdir}"
|
||||
}
|
||||
|
||||
handle_defconfig()
|
||||
|
||||
Reference in New Issue
Block a user