Unverified Commit b1ee8928 authored by Yukihiro "Matz" Matsumoto's avatar Yukihiro "Matz" Matsumoto Committed by GitHub

Merge pull request #5183 from shuujii/change-output-condition-in-_pp

Change output condition in `_pp`
parents e6b06eaf 2f852900
......@@ -27,7 +27,7 @@ def install_D(src, dst)
end
def _pp(cmd, src, tgt=nil, indent: nil)
return if Rake.verbose
return if Rake.application.options.silent
width = 5
template = indent ? "%#{width * indent}s %s %s" : "%-#{width}s %s %s"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment