lib/autoproj/cli/envsh.rb in autoproj-2.0.0.b1 vs lib/autoproj/cli/envsh.rb in autoproj-2.0.0.b2
- old
+ new
@@ -12,10 +12,10 @@
finalize_setup(Array.new,
ignore_non_imported_packages: true)
options = Kernel.validate_options options,
shell_helpers: ws.config.shell_helpers?
- ws.env.export_env_sh(shell_helpers: options[:shell_helpers])
+ ws.export_env_sh(shell_helpers: options[:shell_helpers])
end
end
end
end