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>9020vga
parent
f6ebab5702
commit
9c00746ba9
|
@ -103,7 +103,6 @@ build_release()
|
|||
esac
|
||||
./vendor inject "${vrom}" || \
|
||||
err "TESTFAIL: inject: ${vrom##*/}"
|
||||
continue
|
||||
done
|
||||
) || err "vendorfile inject test failure"
|
||||
|
||||
|
|
Loading…
Reference in New Issue