module Mixlib::ShellOut::Helper
def shell_out_compacted!(*args, **options)
def shell_out_compacted!(*args, **options) options = __apply_default_env(options) cmd = if options.empty? __shell_out_command(*args) else __shell_out_command(*args, **options) end cmd.error! cmd end