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
commit85d23f47f4bba40f4f51333ce541bc00affd0298 (patch)
tree80eaaa8f5f9e4e2f89814f27d337b293be792ed0 /Library
parent4e3dcd501607074c50f0296cd07c51aac019fb60 (diff)
downloadbrew-85d23f47f4bba40f4f51333ce541bc00affd0298.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