New review comment by ericonr on void-packages repository https://github.com/void-linux/void-packages/pull/32813#discussion_r703028973 Comment: ```suggestion for f in ${HOOKS_FILES:-/etc/webhook/hooks.json}; do OPTS="$OPTS -hooks $f" done ``` This should work, I think.