aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Homebrew/macos.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/macos.rb b/Library/Homebrew/macos.rb
index da179de31..d44b7627a 100644
--- a/Library/Homebrew/macos.rb
+++ b/Library/Homebrew/macos.rb
@@ -270,7 +270,7 @@ module MacOS extend self
def mdfind attribute, id
path = `mdfind "#{attribute} == '#{id}'"`.split("\n").first
- Pathname.new(path) unless path.empty?
+ Pathname.new(path) unless path.nil? or path.empty?
end
def pkgutil_info id