huihuangzhang
Results
1
issues of
huihuangzhang
Zsh does not support `[ "xxx" == "yyy" ]`. For example: `zsh -c '[ $(uname) == "Linux" ] && echo "system is Linux" || echo "system is not Linux"'`. Zsh...