diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/macos.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/macos.rb b/Library/Homebrew/macos.rb index dd88e122b..13f940cec 100644 --- a/Library/Homebrew/macos.rb +++ b/Library/Homebrew/macos.rb @@ -203,7 +203,7 @@ module MacOS extend self EOS end - StandardCompilers[xcode].all? { |method, build| MacOS.send(method) == build } + StandardCompilers[xcode].all? { |method, build| MacOS.send(method) == build } rescue false end def app_with_bundle_id id |
