diff options
author | Leah Rowe <leah@libreboot.org> | 2023-12-19 02:45:41 +0000 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2023-12-19 02:45:41 +0000 |
commit | 9c00746ba9aa2d42d2ad1b8126ac91bdfb8372d4 (patch) | |
tree | a600d43a104d5686f38360e06fa43a7712b7080b | |
parent | f6ebab5702f7a07b39e2b49f1a5f2aac44e09a5d (diff) |
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>
-rwxr-xr-x | script/update/release | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/script/update/release b/script/update/release index 3abdae3e..b762b89d 100755 --- a/script/update/release +++ b/script/update/release @@ -103,7 +103,6 @@ build_release() esac ./vendor inject "${vrom}" || \ err "TESTFAIL: inject: ${vrom##*/}" - continue done ) || err "vendorfile inject test failure" |