Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid double logging removal of non-mach-o libs
is_macho? would call is_binary?, which resulted in double logging. Just duplicate the 1 line of logic and avoid double logging in the builds. This will nuke hundreds of lines of log output on macs. I also changed up these methods to returns instead of carrying around a boolean. It feels more "ruby-like" now. Maybe that's just my personal preference for flow control though. Signed-off-by: Tim Smith <tsmith@chef.io>
- Loading branch information