# File lib/chef/mixin/shell_out.rb, line 34
      def shell_out!(*command_args)
        cmd= shell_out(*command_args)
        cmd.error!
        cmd
      end