trees: add return to handle_defconfig()

Signed-off-by: Leah Rowe <leah@libreboot.org>
audit2
Leah Rowe 2024-06-30 14:39:20 +01:00 committed by Leah Rowe
parent be01e56609
commit fdd67e5935
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ handle_defconfig()
[ -n "$mode" ] || check_defconfig || continue
handle_makefile
[ -n "$mode" ] || copy_elf
done
done; return 0
}
handle_src_tree()