Sha256: 3d4f8456a6a2b591ca0cc6a64748f8c3e56bffe65ad3c2d86baff883fd3a5149

Contents?: true

Size: 276 Bytes

Versions: 2

Compression:

Stored size: 276 Bytes

Contents

#! /usr/bin/ruby

if RUBY_VERSION < "2.0.0"
    STDERR.puts "autoproj requires Ruby >= 2.0.0"
    exit 1
end

AUTOPROJ_OPS_INSTALL

ENV.delete('BUNDLE_GEMFILE')
ENV.delete('RUBYLIB')
ops = Autoproj::Ops::Install.new(Dir.pwd)
ops.parse_options(ARGV)
ops.stage1
ops.call_stage2

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
autoproj-2.0.0.rc11 bin/autoproj_install.in
autoproj-2.0.0.rc10 bin/autoproj_install.in