New comment by paper42 on void-packages repository https://github.com/void-linux/void-packages/pull/33088#issuecomment-926677623 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 fixed