diff options
| author | Viktor Szakats | 2017-03-12 19:44:01 +0000 |
|---|---|---|
| committer | Viktor Szakats | 2017-03-14 17:27:11 +0000 |
| commit | cc8f029f222a618eb30b585ccb22efcce1e5cf91 (patch) | |
| tree | 1a31cde9d122bc8b8027b201f30a8d147e96c74c /Library/Homebrew/extend | |
| parent | 5d9215b2118e14cf666be3bd3c26146130ff7342 (diff) | |
| download | brew-cc8f029f222a618eb30b585ccb22efcce1e5cf91.tar.bz2 | |
secure urls + remove -k from in-doc curl command
Diffstat (limited to 'Library/Homebrew/extend')
| -rw-r--r-- | Library/Homebrew/extend/os/mac/hardware/cpu.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/extend/os/mac/hardware/cpu.rb b/Library/Homebrew/extend/os/mac/hardware/cpu.rb index f759895c7..f180995fb 100644 --- a/Library/Homebrew/extend/os/mac/hardware/cpu.rb +++ b/Library/Homebrew/extend/os/mac/hardware/cpu.rb @@ -102,7 +102,7 @@ module Hardware # Amazingly, this order (64, then 32) matters. It shouldn't, but it # does. GCC (some versions? some systems?) can blow up if the other # order is used. - # http://superuser.com/questions/740563/gcc-4-8-on-macos-fails-depending-on-arch-order + # https://superuser.com/questions/740563/gcc-4-8-on-macos-fails-depending-on-arch-order [arch_64_bit, arch_32_bit].extend ArchitectureListExtension end end |
