Index: kitsh/buildsrc/kitsh-0.0/boot.tcl ================================================================== --- kitsh/buildsrc/kitsh-0.0/boot.tcl +++ kitsh/buildsrc/kitsh-0.0/boot.tcl @@ -151,10 +151,16 @@ # Perform expected initialization uplevel #0 [list source [file join $tcl_library init.tcl]] # reset auto_path, so that init.tcl's search outside of tclkit is cancelled set auto_path $tcl_libPath + + # Update Tcl Module system as well + if {[info command ::tcl::tm::path] ne ""} { + tcl::tm::path remove {*}[tcl::tm::path list] + tcl::tm::roots [file join $::starkit::tclkitroot lib] + } if {$::TCLKIT_TYPE == "kitdll"} { # Set a maximum seek to avoid reading the entire file looking for a # zip header catch {