troglobit / finit

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

Variables declared with `set NAME=VAL` set in environment with leading `set ` #387

Closed troglobit closed 7 months ago

troglobit commented 7 months ago

A finit.conf with:

set COLORTERM=yes

leads to Finit setting the environment variable set COLOTERM to the value yes. Instead of the variable COLORTERM to the value yes.