diff options
-rw-r--r-- | include/mrc.sh | 6 |
1 files changed, 5 insertions, 1 deletions
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() { |