Skip to content

Commit

Permalink
config(8): Set envmode if we accept an envvar
Browse files Browse the repository at this point in the history
X-MFC-With:	r335642
  • Loading branch information
kevans91 committed Jun 26, 2018
1 parent 2ed7d0a commit 120832a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions usr.sbin/config/config.y
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 120832a

Please sign in to comment.