mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
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:
parent
bcc5f042bb
commit
2e5fbf57af
@ -235,6 +235,7 @@ export HOMEBREW_MACOS_VERSION
|
|||||||
export HOMEBREW_MACOS_VERSION_NUMERIC
|
export HOMEBREW_MACOS_VERSION_NUMERIC
|
||||||
export HOMEBREW_USER_AGENT
|
export HOMEBREW_USER_AGENT
|
||||||
export HOMEBREW_USER_AGENT_CURL
|
export HOMEBREW_USER_AGENT_CURL
|
||||||
|
export HOMEBREW_BOTTLE_DEFAULT_DOMAIN
|
||||||
|
|
||||||
if [[ -n "$HOMEBREW_MACOS" && -x "/usr/bin/xcode-select" ]]
|
if [[ -n "$HOMEBREW_MACOS" && -x "/usr/bin/xcode-select" ]]
|
||||||
then
|
then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user