New review comment by ahesford on void-packages repository https://github.com/void-linux/void-packages/pull/36250#discussion_r831381720 Comment: The `-` in `<<-'EOF'` throws away leading tabs so the profile snippet it writes is a bit ugly. I recommend a single tab-indent for the *entire* block, including closing `EOF`, and then adding an extra 2 or 4 spaces on the lines that should be indented in the output. Alternatively, just drop the `-` and the formatting will be preserved.