diff options
author | andreas_kupries <akupries@shaw.ca> | 2007-03-09 20:04:38 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2007-03-09 20:04:38 (GMT) |
commit | e0efa747c2cefb29ffa4c46bf1c0d8b3923bd600 (patch) | |
tree | 8f4b18e9fe3189a76157d97b433e7b2c55eac90c /library/platform/pkgIndex.tcl | |
parent | 5810f3ae6446903fadc9860d8ba2c24515a448b3 (diff) | |
download | tcl-e0efa747c2cefb29ffa4c46bf1c0d8b3923bd600.zip tcl-e0efa747c2cefb29ffa4c46bf1c0d8b3923bd600.tar.gz tcl-e0efa747c2cefb29ffa4c46bf1c0d8b3923bd600.tar.bz2 |
* library/platform/shell.tcl: Made more robust if an older platform
* library/platform/pkgIndex.tcl: package is present in the inspected
* unix/Makefile.in: shell. Package forget it to prevent errors. Bumped
* win/Makefile.in: package version to 1.1.3, and updated the makefiles
installing it as Tcl Module.
Diffstat (limited to 'library/platform/pkgIndex.tcl')
-rw-r--r-- | library/platform/pkgIndex.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/platform/pkgIndex.tcl b/library/platform/pkgIndex.tcl index e38e770..d141612 100644 --- a/library/platform/pkgIndex.tcl +++ b/library/platform/pkgIndex.tcl @@ -1,3 +1,3 @@ package ifneeded platform 1.0.2 [list source [file join $dir platform.tcl]] -package ifneeded platform::shell 1.1.2 [list source [file join $dir shell.tcl]] +package ifneeded platform::shell 1.1.3 [list source [file join $dir shell.tcl]] |