Skip to content

mkinitcpio: prevent adding a trailing newline when reading preset options

nl6720 requested to merge nl6720/mkinitcpio:fix-preset_options-mapfile into master

Use process substitution with printf instead of a here string, since here strings add a newline at the end.

Fixes 982905e1 Fixes #161 (closed)

Edited by nl6720

Merge request reports