From eaf7dbf0ad2262008f87d0128d974124b8994a6f Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Mon, 4 Feb 2013 14:51:03 -0600 Subject: [PATCH] XQuartz.version: return dunno as a string and not a symbol --- Library/Homebrew/macos/xquartz.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/macos/xquartz.rb b/Library/Homebrew/macos/xquartz.rb index 4d40e423c0de..a515d8915ea5 100644 --- a/Library/Homebrew/macos/xquartz.rb +++ b/Library/Homebrew/macos/xquartz.rb @@ -19,7 +19,7 @@ def version 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