mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 05:52:36 +02:00
use backticks on eval commands, not subshells
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@
|
||||
# Modifications in this version are Copyright 2021, 2023 and 2024 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_mrc()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user