New review comment by heliocat on void-packages repository https://github.com/void-linux/void-packages/pull/30599#discussion_r624800132 Comment: You may want to change this to `#!/bin/sh -e` or add `set -e`, which will let you remove all of the `|| exit 1` markers.