diff options
author | Leah Rowe <leah@libreboot.org> | 2024-04-26 21:10:06 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2024-04-26 21:10:06 +0100 |
commit | b6014a65acc786bee37590214c6af46d554d19a0 (patch) | |
tree | 78ab53d1bd737196b98345e94c1973a1f9463700 /script/build | |
parent | ce7fd754a3d831c563a8589f1cc35e55ce027814 (diff) |
erroneous return
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'script/build')
-rwxr-xr-x | script/build/roms | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/build/roms b/script/build/roms index 2269e714..1d36ad8a 100755 --- a/script/build/roms +++ b/script/build/roms @@ -59,7 +59,7 @@ main() configure_target [ "$board" = "$tree" ] && \ - return 1 + continue handle_status |