mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 14:02:52 +02:00
update/release: minor cleanup
remove unnecessary "continue" command. it's written at the end of a for loop, where it'll continue anyway Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -103,7 +103,6 @@ build_release()
|
||||
esac
|
||||
./vendor inject "${vrom}" || \
|
||||
err "TESTFAIL: inject: ${vrom##*/}"
|
||||
continue
|
||||
done
|
||||
) || err "vendorfile inject test failure"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user