What's Changed
Bug Fix: Commands not found when executing scripts (#5, #6)
Fixed an issue where commands installed via Homebrew (such as brew, rsync, etc.) could not be found when TaskTick executed scripts. The shell now runs in login mode (-l), which loads the user's PATH configuration from .zshrc/.zprofile.
- Issue #5:
brew: command not foundwhen running brew commands - Issue #6:
rsync: unrecognized option '--mkpath'— system's outdated rsync was used instead of Homebrew's newer version
更新内容
Bug 修复:脚本执行时找不到命令(#5、#6)
修复了 TaskTick 执行脚本时无法找到通过 Homebrew 安装的命令(如 brew、rsync 等)的问题。现在 Shell 以登录模式(-l)运行,会加载用户的 PATH 配置。
- Issue #5:运行 brew 命令时报
brew: command not found - Issue #6:
rsync: unrecognized option '--mkpath'— 使用了系统自带的旧版 rsync 而非 Homebrew 安装的新版
Full Changelog: v1.1.5...v1.1.6