mirror of
https://github.com/ZhuLinsen/daily_stock_analysis
synced 2026-09-20 10:53:33 +08:00
在 set -u 模式下,空数组 '${ARCH_ARGS[@]}' 会触发 unbound variable 错误。
添加数组长度检查,仅在 ARCH_ARGS 非空时传递参数。
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>