New comment by q66 on void-packages repository https://github.com/void-linux/void-packages/pull/33088#issuecomment-926674576 Comment: there's multiple conditionals that you changed from `[ x -a y ]` to `[ x ] && [ y ]` which is a worse way to write it in general