mrc.sh: remove superfluous eval statement

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2025-10-02 07:07:54 +01:00
parent a74af6aa05
commit d90defeae3

View File

@@ -4,7 +4,11 @@
# Modifications in this version are Copyright 2021,2023-2025 Leah Rowe.
# Original copyright detailed in repo: https://review.coreboot.org/coreboot/
eval "`setvars "" MRC_url MRC_url_bkup MRC_hash MRC_board SHELLBALL`"
MRC_url=""
MRC_url_bkup=""
MRC_hash=""
MRC_board=""
SHELLBALL=""
extract_refcode()
{