aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/os/mac/xquartz.rb
diff options
context:
space:
mode:
authorJack Nagel2014-04-01 20:47:26 -0500
committerJack Nagel2014-04-01 20:47:26 -0500
commit1fa5da56ac19fd0a58bb024d49443e114288c4b8 (patch)
tree0b2a43ccf0113c734a7bb9403c2bbf0f6badf468 /Library/Homebrew/os/mac/xquartz.rb
parentf517682409f8d0ab641971530dc8fb2e726e419b (diff)
downloadhomebrew-1fa5da56ac19fd0a58bb024d49443e114288c4b8.tar.bz2
Batch up mdfind calls when possible
Diffstat (limited to 'Library/Homebrew/os/mac/xquartz.rb')
-rw-r--r--Library/Homebrew/os/mac/xquartz.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/os/mac/xquartz.rb b/Library/Homebrew/os/mac/xquartz.rb
index f864720f9..9a2266c39 100644
--- a/Library/Homebrew/os/mac/xquartz.rb
+++ b/Library/Homebrew/os/mac/xquartz.rb
@@ -52,7 +52,7 @@ module OS
end
def bundle_path
- MacOS.app_with_bundle_id(FORGE_BUNDLE_ID) || MacOS.app_with_bundle_id(APPLE_BUNDLE_ID)
+ MacOS.app_with_bundle_id(FORGE_BUNDLE_ID, APPLE_BUNDLE_ID)
end
def version_from_mdls(path)