fix vqtcl name change in boot.tcl
authorJean-Claude Wippler <jcw@equi4.com>
Wed, 4 Apr 2007 22:36:13 +0000 (22:36 +0000)
committerJean-Claude Wippler <jcw@equi4.com>
Wed, 4 Apr 2007 22:36:13 +0000 (22:36 +0000)
git-svn-id: svn://svn.equi4.com/kitgen/trunk@1392 9e558909-932a-0410-a563-af77432da1eb

files/boot.tcl

index ccd484e110049ffd1a50dcf64c05145d55ae4e88..565f37a355b7566e0ff64fd726cb3939b910cf37 100644 (file)
@@ -51,7 +51,7 @@ proc tclInit {} {
       
       # glob for a subdir in "lib", then source the specified file inside it
       foreach {d f} {
-       vfs1* vfsUtils.tcl vfs1* vfslib.tcl vlerqtcl4* mkclvfs.tcl
+       vfs1* vfsUtils.tcl vfs1* vfslib.tcl vqtcl4* mkclvfs.tcl
       } {
         foreach z [lsearch -int -all $prows $r] {
          if {[string match $d [lindex $dname $z]]} break