aboutsummaryrefslogtreecommitdiffstats
path: root/Library/brew.rb
diff options
context:
space:
mode:
authorJack Nagel2015-06-16 20:02:10 -0400
committerJack Nagel2015-06-16 20:02:10 -0400
commit72cb403a56be7cae3cc385b83a6d6b6071c8b41f (patch)
tree8550b658e751ba54e77ca1d217aeb8a2e6edd6b3 /Library/brew.rb
parentf59b164733bcb1edb5644eac9733201a5e53cb86 (diff)
downloadbrew-72cb403a56be7cae3cc385b83a6d6b6071c8b41f.tar.bz2
Move 10.11 warning to doctor, pre-install, and post-failure
Fixes Homebrew/homebrew#40778.
Diffstat (limited to 'Library/brew.rb')
-rwxr-xr-xLibrary/brew.rb9
1 files changed, 0 insertions, 9 deletions
diff --git a/Library/brew.rb b/Library/brew.rb
index 1441f347b..8b8376422 100755
--- a/Library/brew.rb
+++ b/Library/brew.rb
@@ -50,15 +50,6 @@ if OS.mac? and MacOS.version < "10.6"
EOABORT
end
-if OS.mac? && MacOS.version == "10.11"
- opoo <<-EOS.undent
- Although Homebrew has added initial recognition of 10.11, it is unsupported.
- You may encounter breakage or other failure and there is no guarantee
- Homebrew can resolve those issues until El Capitan is stable.
-
- EOS
-end
-
# Many Pathname operations use getwd when they shouldn't, and then throw
# odd exceptions. Reduce our support burden by showing a user-friendly error.
Dir.getwd rescue abort "The current working directory doesn't exist, cannot proceed."