bin/autoproj_bootstrap in autoproj-2.0.0.rc17 vs bin/autoproj_bootstrap in autoproj-2.0.0.rc18

- old
+ new

@@ -443,9 +443,10 @@ if private_bundler? puts "Installing bundler in #{bundler_gem_home}" if !(bundler = install_bundler) exit 1 end + env['GEM_PATH'].unshift bundler_gem_home elsif bundler = find_bundler puts "Detected bundler at #{bundler}" else exit 1 end