Skip to content
Snippets Groups Projects
Commit cf8f8dec authored by Jack Nagel's avatar Jack Nagel
Browse files

Fix up phrasing of case-sensitive volume warning

parent 82ce0be6
No related branches found
No related tags found
No related merge requests found
......@@ -735,8 +735,8 @@ def check_filesystem_case_sensitive
end.map { |case_sensitive_dir| volumes.get_mounts(case_sensitive_dir) }.uniq
return if case_sensitive_vols.empty?
<<-EOS.undent
Your file-system on #{case_sensitive_vols} appears to be CaSe SeNsItIvE.
Homebrew is less tested with that - don't worry but please report issues.
The filesystem on #{case_sensitive_vols.join(",")} appears to be case-sensitive.
The default OS X filesystem is case-insensitive. Please report any apparent problems.
EOS
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment