diff options
author | Leah Rowe <leah@libreboot.org> | 2023-09-29 18:44:00 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2023-09-29 18:44:27 +0100 |
commit | 8ea62a16618ae66f062ff263288343b6ac3f8690 (patch) | |
tree | 8fcc2d21a6940a6f8ca3a53c980e483979665f24 /script/update | |
parent | 32da4e319bac527b1ef70f392b5c93d9d4d5ceb4 (diff) |
remove unused variables in blob scripts
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'script/update')
-rwxr-xr-x | script/update/blobs/inject | 2 |
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 |