mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-16 03:25:25 +02:00
fix more unescaped quotes in eval
it should fix more build errors that might have appeared in the aforementioned revision, mentioned in the previous commit message Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -25,7 +25,7 @@ main()
|
||||
|
||||
for g in "command -v git" "git config --global user.name" \
|
||||
"git config --global user.email" "git_init"; do
|
||||
eval "$g 1>/dev/null 2>/dev/null || $err \"Unconfigured: $g\""
|
||||
eval "\"$g\" 1>/dev/null 2>/dev/null || $err \"FAILED: $g\""
|
||||
done
|
||||
|
||||
case "${spath#script/}" in
|
||||
|
||||
Reference in New Issue
Block a user