Skip to content
Snippets Groups Projects
Commit d0b713c3 authored by Xu Cheng's avatar Xu Cheng
Browse files

Revert "lsyncd: use MACOS_FULL_VERSION"

This reverts commit 0f60f76f.
parent 00ae49f4
No related branches found
No related tags found
No related merge requests found
......@@ -813,10 +813,9 @@ class FormulaAuditor
problem "Use MacOS.version instead of MACOS_VERSION"
end
# TODO: comment out this after core code and formulae separation.
# if line =~ /MACOS_FULL_VERSION/
# problem "Use MacOS.full_version instead of MACOS_FULL_VERSION"
# end
if line =~ /MACOS_FULL_VERSION/
problem "Use MacOS.full_version instead of MACOS_FULL_VERSION"
end
cats = %w[leopard snow_leopard lion mountain_lion].join("|")
if line =~ /MacOS\.(?:#{cats})\?/
......
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