build/release/roms: remove errant line break

Signed-off-by: Leah Rowe <leah@libreboot.org>
btrfsvols
Leah Rowe 2023-09-09 22:11:28 +01:00
parent f03efbc27f
commit 877c691ef5
1 changed files with 0 additions and 1 deletions

View File

@ -43,7 +43,6 @@ main()
init_check
for romdir in bin/*; do
[ -d "${romdir}" ] || continue
make_archive "${romdir}"
done