oehrlis / oudbase

OUD base environment scripts
Apache License 2.0
6 stars 1 forks source link

Debug mode does not dump env variables #112

Closed oehrlis closed 1 year ago

oehrlis commented 1 year ago

The debug mode currently does not dump the environment variables. Function _dump_runtimeconfig does grep for _TOOL_BASENAME which is somehow not correct for most of the variables.

oehrlis commented 1 year ago

Update function _dump_runtimeconfig. All related variable are now visible during debug mode.