From eb3c0cd2731d3622efb39a9b92e752a4c78adbd5 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Mon, 3 Sep 2012 15:14:32 -0500 Subject: Don't error out with Xcode 4.5 c.f. Homebrew/homebrew#14603. Signed-off-by: Jack Nagel --- Library/Homebrew/macos.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') 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 -- cgit v1.2.3