diff options
Diffstat (limited to 'tcl8.6/library/platform/pkgIndex.tcl')
-rw-r--r-- | tcl8.6/library/platform/pkgIndex.tcl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tcl8.6/library/platform/pkgIndex.tcl b/tcl8.6/library/platform/pkgIndex.tcl new file mode 100644 index 0000000..5970a3f --- /dev/null +++ b/tcl8.6/library/platform/pkgIndex.tcl @@ -0,0 +1,3 @@ +package ifneeded platform 1.0.14 [list source [file join $dir platform.tcl]] +package ifneeded platform::shell 1.1.4 [list source [file join $dir shell.tcl]] + |