Sha256: c7de742f69056610b8afb4c4a7ab2244459700b12b1a507557eb9b0f01eb321a

Contents?: true

Size: 180 Bytes

Versions: 5

Compression:

Stored size: 180 Bytes

Contents

module Wyrm
  def self.sanity_check_pbzip2
    rv = `which pbzip2`
    unless $?.exitstatus == 0
      puts "\npbzip2 not installed or not in PATH"
      exit(1)
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
wyrm-0.4.0 lib/wyrm/cli.rb
wyrm-0.3.3 lib/wyrm/cli.rb
wyrm-0.3.2 lib/wyrm/cli.rb
wyrm-0.3.1 lib/wyrm/cli.rb
wyrm-0.3.0 lib/wyrm/cli.rb