New review comment by classabbyamp on void-packages repository https://github.com/void-linux/void-packages/pull/39360#discussion_r974099869 Comment: the style for multi-line strings is just: ```sh var_name="line one here line two here line three here" ``` (note the space starting each line and the lack of backlashes) you also don't need to put each one on its own line