Sha256: 0f424c0d314bb0084eac28ef8711176f0df9025885a74dc519eaf9bae5c52afd

Contents?: true

Size: 260 Bytes

Versions: 1

Compression:

Stored size: 260 Bytes

Contents

#! /usr/bin/ruby

if RUBY_VERSION < "1.9.2"
    STDERR.puts "autoproj requires Ruby >= 1.9.2"
    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

1 entries across 1 versions & 1 rubygems

Version Path
autoproj-2.0.0.rc6 bin/autoproj_install.in