mirror of
https://github.com/iflytek/skillhub.git
synced 2026-08-28 11:25:00 +00:00
The `status="$(env ... printf | bash ... && echo 0 || echo $?)"` pattern doesn't correctly capture the script's exit code because the command substitution and pipe interact poorly. Use direct assignment with `|| status=$?` instead. |
||
|---|---|---|
| .. | ||
| dev-process-test.sh | ||
| publish-cli-test.sh | ||