mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 14:02:52 +02:00
tree.sh: simplify handle_defconfig()
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
+1
-2
@@ -117,8 +117,7 @@ handle_defconfig()
|
||||
[ "$_f" = "-d" ] || defconfig="$y"
|
||||
|
||||
[ -n "$mode" ] || check_defconfig || continue
|
||||
handle_makefile
|
||||
[ -n "$mode" ] || $dry copy_elf
|
||||
handle_makefile && [ -z "$mode" ] && $dry copy_elf; :
|
||||
done; :
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user