# File lib/mixlib/shellout.rb, line 202
    def exitstatus
      @status && @status.exitstatus
    end