summaryrefslogtreecommitdiff
path: root/script/update
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2023-09-29 18:44:00 +0100
committerLeah Rowe <leah@libreboot.org>2023-09-29 18:44:27 +0100
commit8ea62a16618ae66f062ff263288343b6ac3f8690 (patch)
tree8fcc2d21a6940a6f8ca3a53c980e483979665f24 /script/update
parent32da4e319bac527b1ef70f392b5c93d9d4d5ceb4 (diff)
remove unused variables in blob scripts
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'script/update')
-rwxr-xr-xscript/update/blobs/inject2
1 files changed, 0 insertions, 2 deletions
diff --git a/script/update/blobs/inject b/script/update/blobs/inject
index a36815a4..51198c27 100755
--- a/script/update/blobs/inject
+++ b/script/update/blobs/inject
@@ -12,8 +12,6 @@ release_archive="n"
main()
{
- sname="${0}"
-
[ $# -lt 1 ] && err "No options specified."
[ "${1}" = "listboards" ] && \
listitems config/coreboot && exit 0