New comment by leahneukirchen on void-packages repository https://github.com/void-linux/void-packages/pull/39264#issuecomment-1729878548 Comment: This feels very crude... I wonder if this would work instead: ``` while read -r line < /etc/locale.conf; do eval ": \${{$line}}" done ```