troglobit / finit

Fast init for Linux. Cookies included
https://troglobit.com/projects/finit/
MIT License
621 stars 61 forks source link

Finit v4.5 drops all but first word in sourced service environment #384

Closed troglobit closed 7 months ago

troglobit commented 7 months ago

A service sourcing env:/etc/default/file, like this:

FOO_ARGS="-b bar -x xyzzy -q qux"

will in Finit v4.5 get the following:

FOO_ARGS=-b

This is a regression introduced in 68f44f7.