bin/autoproj_bootstrap in autoproj-1.9.0.rc6 vs bin/autoproj_bootstrap in autoproj-1.9.0.rc7

- old
+ new

@@ -1806,10 +1806,10 @@ # Create the env.sh script in +subdir+. In general, +subdir+ should be nil. def self.export_env_sh(subdir = nil) # Make sure that we have the environment of all selected packages if Autoproj.manifest # we don't have a manifest if we are bootstrapping - Autoproj.manifest.all_selected_packages.each do |pkg_name| + Autoproj.manifest.all_selected_packages(false).each do |pkg_name| Autobuild::Package[pkg_name].update_environment end end filename = if subdir