Mike McQuaid bbf5a9f479
env_config: use environment variables consistently
- use e.g. `$HOMEBREW_*` for cases where only the environment variable
  is the entire backtick-quoted string
- use e.g. `${HOMEBREW_*}` for cases where the environment variable is
  part of a backtick-quoted string to make clear what parts are variable
  and what parts are not
- use `export HOMEBREW_*=...` for cases where we're talking about
  setting the environment variable (because it likely needs to be
  exported to work how they want)

Inspired by https://github.com/Homebrew/homebrew-bundle/pull/1579 making
similar changes for Homebrew/homebrew-bundle.
2025-01-27 14:21:27 +00:00
..
2024-10-02 10:03:12 -07:00
2025-01-19 12:32:55 +01:00
2024-12-05 14:26:30 -05:00
2024-07-14 08:49:39 -04:00
2024-10-02 10:03:12 -07:00
2024-09-04 22:54:20 +02:00
2024-07-09 20:01:43 -04:00