Merge pull request #11126 from Bo98/bottle-domain-env
brew.sh: remove problematic HOMEBREW_BOTTLE_DOMAIN export
This commit is contained in:
commit
a4ea7fb279
@ -587,11 +587,6 @@ then
|
|||||||
export HOMEBREW_RUBY_WARNINGS="-W1"
|
export HOMEBREW_RUBY_WARNINGS="-W1"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ -z "$HOMEBREW_BOTTLE_DOMAIN" ]]
|
|
||||||
then
|
|
||||||
export HOMEBREW_BOTTLE_DOMAIN="$HOMEBREW_BOTTLE_DEFAULT_DOMAIN"
|
|
||||||
fi
|
|
||||||
|
|
||||||
export HOMEBREW_BREW_DEFAULT_GIT_REMOTE="https://github.com/Homebrew/brew"
|
export HOMEBREW_BREW_DEFAULT_GIT_REMOTE="https://github.com/Homebrew/brew"
|
||||||
if [[ -z "$HOMEBREW_BREW_GIT_REMOTE" ]]
|
if [[ -z "$HOMEBREW_BREW_GIT_REMOTE" ]]
|
||||||
then
|
then
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user