config(8): Set envmode if we accept an envvar

X-MFC-With:	r335642
This commit is contained in:
Kyle Evans 2018-06-26 02:05:45 +00:00
parent 06753bd3f9
commit 1aae236569
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=335651

View File

@ -203,6 +203,7 @@ Config_spec:
err(EXIT_FAILURE, "calloc");
envvar->env_str = $2;
STAILQ_INSERT_TAIL(&envvars, envvar, envvar_next);
envmode = 1;
} |
HINTS ID {
struct hint *hint;