change export two constants timing
This commit is contained in:
parent
e6e0d1128c
commit
bdf493b673
@ -251,8 +251,6 @@ 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
|
export HOMEBREW_BOTTLE_DEFAULT_DOMAIN
|
||||||
export HOMEBREW_BREW_REMOTE
|
|
||||||
export HOMEBREW_DEFAULT_CORE_REMOTE
|
|
||||||
|
|
||||||
if [[ -n "$HOMEBREW_MACOS" && -x "/usr/bin/xcode-select" ]]
|
if [[ -n "$HOMEBREW_MACOS" && -x "/usr/bin/xcode-select" ]]
|
||||||
then
|
then
|
||||||
@ -389,6 +387,9 @@ else
|
|||||||
HOMEBREW_DEFAULT_CORE_REMOTE="https://github.com/Homebrew/linuxbrew-core"
|
HOMEBREW_DEFAULT_CORE_REMOTE="https://github.com/Homebrew/linuxbrew-core"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
export HOMEBREW_BREW_REMOTE
|
||||||
|
export HOMEBREW_DEFAULT_CORE_REMOTE
|
||||||
|
|
||||||
if [[ -f "$HOMEBREW_LIBRARY/Homebrew/cmd/$HOMEBREW_COMMAND.sh" ]]
|
if [[ -f "$HOMEBREW_LIBRARY/Homebrew/cmd/$HOMEBREW_COMMAND.sh" ]]
|
||||||
then
|
then
|
||||||
HOMEBREW_BASH_COMMAND="$HOMEBREW_LIBRARY/Homebrew/cmd/$HOMEBREW_COMMAND.sh"
|
HOMEBREW_BASH_COMMAND="$HOMEBREW_LIBRARY/Homebrew/cmd/$HOMEBREW_COMMAND.sh"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user