New review comment by ahesford on void-packages repository https://github.com/void-linux/void-packages/pull/36250#discussion_r831226635 Comment: ```suggestion cat > "$jdkprofile" <<-'EOF' ``` Quoting the `EOF` marker will eliminate the need to escape all of the shell specials in the heredoc.