From d90defeae3e4e7c91ba521e44071d962abb33d3f Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Thu, 2 Oct 2025 07:07:54 +0100 Subject: mrc.sh: remove superfluous eval statement Signed-off-by: Leah Rowe --- include/mrc.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/mrc.sh b/include/mrc.sh index 7dba6263..6bc8632c 100644 --- a/include/mrc.sh +++ b/include/mrc.sh @@ -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() { -- cgit v1.2.1