summaryrefslogtreecommitdiff
path: root/script/update/release
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2023-12-19 02:45:41 +0000
committerLeah Rowe <leah@libreboot.org>2023-12-19 02:45:41 +0000
commit9c00746ba9aa2d42d2ad1b8126ac91bdfb8372d4 (patch)
treea600d43a104d5686f38360e06fa43a7712b7080b /script/update/release
parentf6ebab5702f7a07b39e2b49f1a5f2aac44e09a5d (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>
Diffstat (limited to 'script/update/release')
-rwxr-xr-xscript/update/release1
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"