Sha256: cc5c9a034dabe4e3b0402fef4738936e520aac21a04c436b8b0e6a168dc5883b
Contents?: true
Size: 257 Bytes
Versions: 2
Compression:
Stored size: 257 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.run
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
autoproj-2.0.0.rc5 | bin/autoproj_install.in |
autoproj-2.0.0.rc4 | bin/autoproj_install.in |