Revert "xbmk: don't use backticks for command substitution"

This reverts commit 4999a49de3.
This commit is contained in:
Leah Rowe
2025-09-18 23:35:12 +01:00
parent 14bcb3a6fa
commit c11c5a7a14
10 changed files with 55 additions and 55 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
# 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)"
eval "`setvars "" MRC_url MRC_url_bkup MRC_hash MRC_board SHELLBALL`"
extract_refcode()
{