mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 05:52:36 +02:00
inject: remove superfluous use of eval
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
+3
-1
@@ -28,7 +28,9 @@ inject()
|
|||||||
err "No options specified" "inject" "$@"
|
err "No options specified" "inject" "$@"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
eval "`setvars "" nuke new_mac xchanged`"
|
nuke=""
|
||||||
|
new_mac=""
|
||||||
|
xchanged=""
|
||||||
|
|
||||||
archive="$1";
|
archive="$1";
|
||||||
new_mac="xx:xx:xx:xx:xx:xx"
|
new_mac="xx:xx:xx:xx:xx:xx"
|
||||||
|
|||||||
Reference in New Issue
Block a user