New review comment by ericonr on void-packages repository https://github.com/void-linux/void-packages/pull/31668#discussion_r659258172 Comment: You should probably use `case` or `[[ ]]` bash conditionals here ;) I think the bash conditional would look like `if [[ "$pear" = *"PHP_Archive"* ]]`