lib/autoproj/cli/envsh.rb in autoproj-2.0.0.rc37 vs lib/autoproj/cli/envsh.rb in autoproj-2.0.0.rc38
- old
+ new
@@ -7,11 +7,10 @@
options
end
def run(options = Hash.new)
initialize_and_load
- finalize_setup(Array.new,
- ignore_non_imported_packages: true)
+ finalize_setup(Array.new)
options = Kernel.validate_options options,
shell_helpers: ws.config.shell_helpers?
ws.export_env_sh(shell_helpers: options[:shell_helpers])
end