mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-16 23:08:49 +02:00
Revert "fix more unescaped quotes in eval"
This reverts commit ec6bcc1fba.
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 \"FAILED: $g\""
|
||||
eval "$g 1>/dev/null 2>/dev/null || $err \"Unconfigured: $g\""
|
||||
done
|
||||
|
||||
case "${spath#script/}" in
|
||||
|
||||
Reference in New Issue
Block a user