tree.sh: simplify handle_defconfig()

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2025-05-27 12:19:56 +01:00
parent f8444a8795
commit bdd42c0f32
+1 -2
View File
@@ -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; :
}