Skip to content
Snippets Groups Projects
Commit 99848607 authored by Tim D. Smith's avatar Tim D. Smith
Browse files

Formula#system: hide python setup.py shim in ohai

parent 75535395
No related branches found
No related tags found
No related merge requests found
......@@ -592,6 +592,11 @@ class Formula
pretty_args.delete "--disable-dependency-tracking"
pretty_args.delete "--disable-debug"
end
pretty_args.each_index do |i|
if pretty_args[i].to_s.start_with? "import setuptools"
pretty_args[i] = "import setuptools..."
end
end
ohai "#{cmd} #{pretty_args*' '}".strip
@exec_count ||= 0
......
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