Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
env_config: deprecate setting boolean vars to falsy values
The way we handle boolean environment variables is a bit unfortunate. For example, setting `HOMEBREW_EVAL_ALL=false` actually enables `HOMEBREW_EVAL_ALL`. Let's fix this by deprecating setting boolean environment variables to common false-y values (`false`, `0`, `nil`, `no`, and `off`) so that we can later ignore these false-y values when reading boolean environment variables.
- Loading branch information