XQuartz.version: return dunno as a string and not a symbol

This commit is contained in:
Jack Nagel 2013-02-04 14:51:03 -06:00
parent 4e3dcd5016
commit 85d23f47f4

View File

@ -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