@@ -72,11 +72,13 @@ # "clock scan" is used within "vfs::zip", which may be # loaded before this is run causing the root VFS to break catch { clock scan } # Load these, the original Tclkit does so it should be safe. - uplevel #0 [list source [file join $tcl_mountpoint lib vfs vfsUtils.tcl]] + foreach vfsfile [list vfsUtils vfslib] { + uplevel #0 [list source [file join $tcl_mountpoint lib vfs ${vfsfile}.tcl]] + } # Set a maximum seek to avoid reading the entire DLL looking for a # zip header catch { package require vfs::zip