From 2e5fbf57af80d930274f1c9ecc3fe3e03c20b84f Mon Sep 17 00:00:00 2001 From: Cheng Xu Date: Fri, 17 May 2019 17:29:12 +0800 Subject: [PATCH] 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. --- Library/Homebrew/brew.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/Library/Homebrew/brew.sh b/Library/Homebrew/brew.sh index ba6592eba5..d373039c34 100644 --- a/Library/Homebrew/brew.sh +++ b/Library/Homebrew/brew.sh @@ -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