mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-09-19 21:20:31 +02:00
xbmk: remove setvars function
only one file used it. i've replaced its use with a simple awk call alongside eval. Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
+2
-1
@@ -27,7 +27,8 @@ tmpromdir=""
|
||||
tree=""
|
||||
xchanged=""
|
||||
|
||||
eval "`setvars "" $checkvars`"
|
||||
eval "`printf "%s\n" "$checkvars" | \
|
||||
awk '{ for (i=1; i<=NF; i++) $i = $i "=;"; print }'`"
|
||||
|
||||
inject()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user