mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
brew.sh: fix HOMEBREW_CORE_DEFAULT_GIT_REMOTE not being exported
This commit is contained in:
parent
2ea7454efa
commit
1e52f08f49
@ -734,7 +734,7 @@ then
|
||||
fi
|
||||
export HOMEBREW_BREW_GIT_REMOTE
|
||||
|
||||
HOMEBREW_CORE_DEFAULT_GIT_REMOTE="https://github.com/Homebrew/homebrew-core"
|
||||
export HOMEBREW_CORE_DEFAULT_GIT_REMOTE="https://github.com/Homebrew/homebrew-core"
|
||||
if [[ -z "${HOMEBREW_CORE_GIT_REMOTE}" ]]
|
||||
then
|
||||
HOMEBREW_CORE_GIT_REMOTE="${HOMEBREW_CORE_DEFAULT_GIT_REMOTE}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user