Carlo Cabrera 4a11e74307
bin/brew: tighten check in export_homebrew_env_file
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.
2024-08-20 14:54:39 +08:00
..