
The current glob check will accept lines like HOMEBREW_FOO=bar BAD_ENV_VAR=baz and happily export them, but we don't want that. Let's tighten up the check to reject lines like the above.
The current glob check will accept lines like HOMEBREW_FOO=bar BAD_ENV_VAR=baz and happily export them, but we don't want that. Let's tighten up the check to reject lines like the above.