Sha256: 3e83c9bb5d1bcd991f1a93beeb9583b682506c976ca9714e663d4d1191dc435e
Contents?: true
Size: 463 Bytes
Versions: 1
Compression:
Stored size: 463 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) bootstrap_options = ops.parse_options(ARGV) ops.stage1 # we assume that Install#run loads bundler and autobuild. Load autoproj and run # bootstrap require 'autoproj/cli/main' Autoproj::CLI::Main.start(['bootstrap', *bootstrap_options])
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
autoproj-2.0.0.rc9 | bin/autoproj_bootstrap.in |