mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00

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.