Revert "fix more unescaped quotes in eval"

This reverts commit ec6bcc1fba.
This commit is contained in:
Leah Rowe
2025-01-03 15:56:41 +00:00
parent ec6bcc1fba
commit a73b0fd910
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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