New review comment by ericonr on void-packages repository https://github.com/void-linux/void-packages/pull/28945#discussion_r579730046 Comment: ```suggestion #!/bin/sh exec 2>&1 [ -r ./conf ] && . ./conf exec ipp-usb ${OPTS:=standalone} ``` So errors from conf are also caught.