brew.sh: export HOMEBREW_BOTTLE_DEFAULT_DOMAIN

It is used in `global.rb` and `brew bottle`.

Closes https://github.com/Homebrew/linuxbrew-core/issues/13110.
This commit is contained in:
Cheng Xu 2019-05-17 17:29:12 +08:00
parent bcc5f042bb
commit 2e5fbf57af
No known key found for this signature in database
GPG Key ID: B19F15830AB4E690

View File

@ -235,6 +235,7 @@ export HOMEBREW_MACOS_VERSION
export HOMEBREW_MACOS_VERSION_NUMERIC
export HOMEBREW_USER_AGENT
export HOMEBREW_USER_AGENT_CURL
export HOMEBREW_BOTTLE_DEFAULT_DOMAIN
if [[ -n "$HOMEBREW_MACOS" && -x "/usr/bin/xcode-select" ]]
then