XQuartz.version: return dunno as a string and not a symbol
This commit is contained in:
parent
4e3dcd5016
commit
85d23f47f4
@ -19,7 +19,7 @@ module MacOS::XQuartz extend self
|
|||||||
when 10.5 then "2.1.6"
|
when 10.5 then "2.1.6"
|
||||||
when 10.6 then "2.3.6"
|
when 10.6 then "2.3.6"
|
||||||
when 10.7 then "2.6.3"
|
when 10.7 then "2.6.3"
|
||||||
else :dunno
|
else "dunno"
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
# Finally, try to find it via pkgutil. This is slow, and only works
|
# Finally, try to find it via pkgutil. This is slow, and only works
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user