New review comment by ahesford on void-packages repository https://github.com/void-linux/void-packages/pull/46524#discussion_r1350215367 Comment: This should be an indented HEREDOC for legibility. ```suggestion cat > "${XBPS_WRAPPERDIR}/image-compiler" <<-EOF #!/bin/sh /usr/bin/qemu-${XBPS_TARGET_QEMU_MACHINE}-static "${wrksrc}/${build_wrksrc}/Release/bin/image-compiler" "\$@" EOF ```