private-attribution / ipa

A raw implementation of Interoperable Private Attribution
MIT License
41 stars 23 forks source link

fix precommit bug when using zsh #1240

Closed eriktaubeneck closed 2 weeks ago

eriktaubeneck commented 2 weeks ago

echo " ${@@Q}" causes a Bad Substitution error in zsh (now the default on macOS), which very unfortunately gives a 0 exit code. echo " ${*}" still prints the command that it failed on, and it should work with bash and zsh.