summaryrefslogtreecommitdiff
path: root/script/build/roms
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2024-05-09 13:03:35 +0100
committerLeah Rowe <leah@libreboot.org>2024-05-09 13:03:35 +0100
commit297af7e6d3dbf17791bffb1ede55e990b313fa0b (patch)
tree9d4e2bd567fec839866da94fea0f964df9625efd /script/build/roms
parent5e4009b539b0c1bbb14eea8f8cd892d3933c3355 (diff)
build/roms: remove unnecessary command
there is no need to return 0 at the end of a function. sh does that anyway Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'script/build/roms')
-rwxr-xr-xscript/build/roms1
1 files changed, 0 insertions, 1 deletions
diff --git a/script/build/roms b/script/build/roms
index 6049848f..3e8b77be 100755
--- a/script/build/roms
+++ b/script/build/roms
@@ -172,7 +172,6 @@ print_target_name()
break
fi
done
- return 0
}
skip_board()