Sha256: d77f275fc863dc1e8b1d95e721421118b22056accae5d3e1fd4574f8d7345ac1

Contents?: true

Size: 260 Bytes

Versions: 2

Compression:

Stored size: 260 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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
autoproj-2.0.0.rc9 bin/autoproj_install.in
autoproj-2.0.0.rc8 bin/autoproj_install.in