Merge pull request #4391 from MikeMcQuaid/remove-unused-var
brew.sh: remove unused variable.
This commit is contained in:
commit
d3968fc327
@ -101,7 +101,6 @@ then
|
|||||||
# https://github.com/blog/2507-weak-cryptographic-standards-removed
|
# https://github.com/blog/2507-weak-cryptographic-standards-removed
|
||||||
if [[ "$HOMEBREW_MACOS_VERSION_NUMERIC" -lt "100900" ]]
|
if [[ "$HOMEBREW_MACOS_VERSION_NUMERIC" -lt "100900" ]]
|
||||||
then
|
then
|
||||||
HOMEBREW_SYSTEM_GIT_TOO_OLD="1"
|
|
||||||
HOMEBREW_FORCE_BREWED_GIT="1"
|
HOMEBREW_FORCE_BREWED_GIT="1"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user