aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2013-02-04 14:51:03 -0600
committerJack Nagel2013-02-04 14:53:18 -0600
commiteaf7dbf0ad2262008f87d0128d974124b8994a6f (patch)
tree2221c954f812ff9075071c63545dbeed187dcd8e /Library
parent0dd05533d8202fc8dae822928e2b5471b98364ae (diff)
downloadhomebrew-eaf7dbf0ad2262008f87d0128d974124b8994a6f.tar.bz2
XQuartz.version: return dunno as a string and not a symbol
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/macos/xquartz.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/macos/xquartz.rb b/Library/Homebrew/macos/xquartz.rb
index 4d40e423c..a515d8915 100644
--- a/Library/Homebrew/macos/xquartz.rb
+++ b/Library/Homebrew/macos/xquartz.rb
@@ -19,7 +19,7 @@ module MacOS::XQuartz extend self
when 10.5 then "2.1.6"
when 10.6 then "2.3.6"
when 10.7 then "2.6.3"
- else :dunno
+ else "dunno"
end
else
# Finally, try to find it via pkgutil. This is slow, and only works