diff --git a/modulecmd.tcl.in b/modulecmd.tcl.in index 4739a258..2658bfab 100644 --- a/modulecmd.tcl.in +++ b/modulecmd.tcl.in @@ -9097,6 +9097,8 @@ proc cmdModuleConfig {dump_state args} { force [getForce]\ is_stderr_tty [isStderrTty]\ is_win [isWin]\ + machine [uname machine]\ + os "[uname sysname] [uname release]"\ pager_started $::start_pager\ paginate $::use_pager\ path_separator [getPathSeparator]\ @@ -9108,6 +9110,7 @@ proc cmdModuleConfig {dump_state args} { subcmd $::command\ subcmd_args $::otherargv\ tcl_ext_lib_loaded [info exists ::g_tclextlib_loaded]\ + tcl_version [info patchlevel]\ term_columns [getTtyColumns]] unset displist