bin/autoproj_bootstrap in autoproj-2.0.0.rc29 vs bin/autoproj_bootstrap in autoproj-2.0.0.rc30
- old
+ new
@@ -448,11 +448,12 @@
end
save_ruby_and_bundler_shims(bundler)
env['PATH'].unshift shim_path
save_gemfile
- puts "Installing autoproj#{"in #{autoproj_gem_home}" if private_autoproj?}"
+ puts "Installing autoproj#{" in #{autoproj_gem_home}" if private_autoproj?}"
install_autoproj(bundler)
+ env['PATH'].unshift File.join(dot_autoproj, 'autoproj', 'bin')
end
def load_config
v1_config_path = File.join(root_dir, 'autoproj', 'config.yml')