Diff

Differences From Artifact [cb5b693f08]:

To Artifact [1c8e83d483]:


   139    139   		# loaded before this is run causing the root VFS to break
   140    140   		catch { clock scan }
   141    141   	}
   142    142     
   143    143   	# load config settings file if present
   144    144   	namespace eval ::vfs { variable tclkit_version 1 }
   145    145   	catch { uplevel #0 [list source [file join $mountpoint config.tcl]] }
          146  +
          147  +	# Set-up starkit::topdir correctly
          148  +	namespace eval ::starkit { variable topdir }
          149  +	set ::starkit::topdir $mountpoint
   146    150   
   147    151   	# Perform expected initialization
   148    152   	uplevel #0 [list source [file join $tcl_library init.tcl]]
   149    153     
   150    154   	# reset auto_path, so that init.tcl's search outside of tclkit is cancelled
   151    155   	set auto_path $tcl_libPath
   152    156