New review comment by tranzystorek-io on void-packages repository https://github.com/void-linux/void-packages/pull/43118#discussion_r1154407453 Comment: Wondering if this could be shortened in POSIX sh to: ```shell [ - conf ] && . ./conf export CONFIG=${CONFIG:-/etc/rustypaste/config.toml} ```